Html Css Color HEX #CE224F Old Rose

📋 copy color: '#CE224F'

red 206 ◦ green 34 ◦ blue 79

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

Shades of Old Rose #CE224F

Tints of Old Rose #CE224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.66%

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

R = 64.58%
G = 10.66%
B = 24.76%

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

#CE224F (or 0xCE224F) is known color: Old Rose. HEX triplet: CE, 22 and 4F. RGB value is (206,34,79). Sum of RGB (Red+Green+Blue) = 206+34+79=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE224F is #31DDB0. Grayscale: #5A5A5A. Windows color (decimal): -3268017 or 5186254. OLE color: 5186254.

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

Color convert

RGB 206 34 79 -
CMYK 0 0.83 0.62 0.19
HSL 344.3º 0.72% 0.47% -
HSV(B) 344.3º 0.83% 0.81% -
XYZ 27.44 14.83 8.81 -
YUV 90.56 121.48 210.34 -
System Red Green Blue C M Y K H S L
Decimal 206 34 79 0 0.83 0.62 0.19 344.3 0.72 0.47
Hex CE 22 4F 0 53 3E 13 158 48 2F
Octal 316 42 117 0 123 76 23 530 110 57
Binary 11001110 100010 1001111 0 1010011 111110 10011 101011000 1001000 101111

Color Harmonies of #CE224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE224F

Black with #CE224F

Text Example


Text Example

White with #CE224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE224F; }

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

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

background-color css

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

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

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

border-color css

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

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

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