Html Css Color HEX #CE224E Old Rose

📋 copy color: '#CE224E'

red 206 ◦ green 34 ◦ blue 78

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

Shades of Old Rose #CE224E

Tints of Old Rose #CE224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 64.78%
G = 10.69%
B = 24.53%

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

#CE224E (or 0xCE224E) is known color: Old Rose. HEX triplet: CE, 22 and 4E. RGB value is (206,34,78). Sum of RGB (Red+Green+Blue) = 206+34+78=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE224E is #31DDB1. Grayscale: #5A5A5A. Windows color (decimal): -3268018 or 5120718. OLE color: 5120718.

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

Color convert

RGB 206 34 78 -
CMYK 0 0.83 0.62 0.19
HSL 344.65º 0.72% 0.47% -
HSV(B) 344.65º 0.83% 0.81% -
XYZ 27.4 14.82 8.62 -
YUV 90.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 206 34 78 0 0.83 0.62 0.19 344.65 0.72 0.47
Hex CE 22 4E 0 53 3E 13 159 48 2F
Octal 316 42 116 0 123 76 23 531 110 57
Binary 11001110 100010 1001110 0 1010011 111110 10011 101011001 1001000 101111

Color Harmonies of #CE224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE224E

Black with #CE224E

Text Example


Text Example

White with #CE224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE224E; }

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

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

background-color css

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

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

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

border-color css

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

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

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