Html Css Color HEX #CE244F Old Rose

📋 copy color: '#CE244F'

red 206 ◦ green 36 ◦ blue 79

#CE244F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #CE244F

Tints of Old Rose #CE244F

RGB

 RED value IS 206 (80.86% from 255) = 64.17%

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 64.17%
G = 11.21%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE244F (or 0xCE244F) is known color: Old Rose. HEX triplet: CE, 24 and 4F. RGB value is (206,36,79). Sum of RGB (Red+Green+Blue) = 206+36+79=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE244F is #31DBB0. Grayscale: #5B5B5B. Windows color (decimal): -3267505 or 5186766. OLE color: 5186766.

HSL color Cylindrical-coordinate representation of color #CE244F: hue angle of 344.82º degrees, saturation: 0.7, 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 #CE244F is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 79 -
CMYK 0 0.83 0.62 0.19
HSL 344.82º 0.7% 0.47% -
HSV(B) 344.82º 0.83% 0.81% -
XYZ 27.5 14.95 8.83 -
YUV 91.73 120.82 209.5 -
System Red Green Blue C M Y K H S L
Decimal 206 36 79 0 0.83 0.62 0.19 344.82 0.7 0.47
Hex CE 24 4F 0 53 3E 13 159 46 2F
Octal 316 44 117 0 123 76 23 531 106 57
Binary 11001110 100100 1001111 0 1010011 111110 10011 101011001 1000110 101111

Color Harmonies of #CE244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE244F

Black with #CE244F

Text Example


Text Example

White with #CE244F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE244F; }

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

 H1.HeaderClassName
 {
   color: #CE244F;
 }
 .AnyTagClassName
 {
   color: #CE244F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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