#ce234f

Color #CE234F Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #CE234F

Tints of Old Rose #CE234F

Color information

#CE234F (or 0xCE234F) is unknown color: approx Old Rose. HEX triplet: CE, 23 and 4F. RGB value is (206,35,79). Sum of RGB (Red+Green+Blue) = 206+35+79=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE234F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE234F is #31DCB0. Grayscale: #5B5B5B. Windows color (decimal): -3267761 or 5186510. OLE color: 5186510.

HSL color Cylindrical-coordinate representation of color #CE234F: hue angle of 344.56º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE234F is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB2063579-
CMYK00.830.620.19
HSL344.56º70.95%47.25%-
HSV(B)344.56º83.01%80.78%-
XYZ27.4714.898.82-
YUV91.14121.15209.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 64.38%
GREEN value IS 35 (14.06% from 255) = 10.94%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=64.38%
G=10.94%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206357900.830.620.19344.5670.9547.25
HexCE234F0533E13159472f
Octal316431170123762353110757
Binary11001110100011100111101010011111110100111010110011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce234f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce234f; }

 p { color: rgb(206,35,79); }

 H1.HeaderClassName
 {
   color: #ce234f;
 }
 .AnyTagClassName
 {
   color: #ce234f;
 }
</style>
background-color css

<style>
 a { background-color: #ce234f; }

 a { background-color: rgb(206,35,79); }

 div.DivClassName
 {
   background-color: #ce234f;
 }
 .BgClassName
 {
   background-color: #ce234f;
 }
</style>
border-color css

<style>
 span { border-color: #ce234f; }

 span { border-color: rgb(206,35,79); }

 td.TdClassName
 {
   border-color: #ce234f;
 }
 .TagClassName
 {
   border-color: #ce234f;
 }
</style>