Html Css Color HEX #CE214D Old Rose

📋 copy color: '#CE214D'

red 206 ◦ green 33 ◦ blue 77

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

Shades of Old Rose #CE214D

Tints of Old Rose #CE214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.44%

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

R = 65.19%
G = 10.44%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE214D (or 0xCE214D) is known color: Old Rose. HEX triplet: CE, 21 and 4D. RGB value is (206,33,77). Sum of RGB (Red+Green+Blue) = 206+33+77=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE214D is #31DEB2. Grayscale: #595959. Windows color (decimal): -3268275 or 5054926. OLE color: 5054926.

HSL color Cylindrical-coordinate representation of color #CE214D: hue angle of 344.74º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE214D is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 33 77 -
CMYK 0 0.84 0.63 0.19
HSL 344.74º 0.72% 0.47% -
HSV(B) 344.74º 0.84% 0.81% -
XYZ 27.34 14.75 8.43 -
YUV 89.74 120.81 210.92 -
System Red Green Blue C M Y K H S L
Decimal 206 33 77 0 0.84 0.63 0.19 344.74 0.72 0.47
Hex CE 21 4D 0 54 3F 13 159 48 2F
Octal 316 41 115 0 124 77 23 531 110 57
Binary 11001110 100001 1001101 0 1010100 111111 10011 101011001 1001000 101111

Color Harmonies of #CE214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE214D

Black with #CE214D

Text Example


Text Example

White with #CE214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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