Html Css Color HEX #CE224D Old Rose

📋 copy color: '#CE224D'

red 206 ◦ green 34 ◦ blue 77

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

Shades of Old Rose #CE224D

Tints of Old Rose #CE224D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.29%

R = 64.98%
G = 10.73%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE224D (or 0xCE224D) is known color: Old Rose. HEX triplet: CE, 22 and 4D. RGB value is (206,34,77). Sum of RGB (Red+Green+Blue) = 206+34+77=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE224D is #31DDB2. Grayscale: #5A5A5A. Windows color (decimal): -3268019 or 5055182. OLE color: 5055182.

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

Color convert

RGB 206 34 77 -
CMYK 0 0.83 0.63 0.19
HSL 345º 0.72% 0.47% -
HSV(B) 345º 0.83% 0.81% -
XYZ 27.37 14.8 8.44 -
YUV 90.33 120.48 210.5 -
System Red Green Blue C M Y K H S L
Decimal 206 34 77 0 0.83 0.63 0.19 345 0.72 0.47
Hex CE 22 4D 0 53 3F 13 159 48 2F
Octal 316 42 115 0 123 77 23 531 110 57
Binary 11001110 100010 1001101 0 1010011 111111 10011 101011001 1001000 101111

Color Harmonies of #CE224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE224D

Black with #CE224D

Text Example


Text Example

White with #CE224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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