Html Css Color HEX #CE2D4F Old Rose

📋 copy color: '#CE2D4F'

red 206 ◦ green 45 ◦ blue 79

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

Shades of Old Rose #CE2D4F

Tints of Old Rose #CE2D4F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.64%

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

R = 62.42%
G = 13.64%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE2D4F (or 0xCE2D4F) is known color: Old Rose. HEX triplet: CE, 2D and 4F. RGB value is (206,45,79). Sum of RGB (Red+Green+Blue) = 206+45+79=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D4F is #31D2B0. Grayscale: #616161. Windows color (decimal): -3265201 or 5189070. OLE color: 5189070.

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

Color convert

RGB 206 45 79 -
CMYK 0 0.78 0.62 0.19
HSL 347.33º 0.64% 0.49% -
HSV(B) 347.33º 0.78% 0.81% -
XYZ 27.8 15.56 8.94 -
YUV 97.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 206 45 79 0 0.78 0.62 0.19 347.33 0.64 0.49
Hex CE 2D 4F 0 4E 3E 13 15B 40 31
Octal 316 55 117 0 116 76 23 533 100 61
Binary 11001110 101101 1001111 0 1001110 111110 10011 101011011 1000000 110001

Color Harmonies of #CE2D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D4F

Black with #CE2D4F

Text Example


Text Example

White with #CE2D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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