Html Css Color HEX #CE234D Old Rose

📋 copy color: '#CE234D'

red 206 ◦ green 35 ◦ blue 77

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

Shades of Old Rose #CE234D

Tints of Old Rose #CE234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

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

R = 64.78%
G = 11.01%
B = 24.21%

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

#CE234D (or 0xCE234D) is known color: Old Rose. HEX triplet: CE, 23 and 4D. RGB value is (206,35,77). Sum of RGB (Red+Green+Blue) = 206+35+77=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE234D is #31DCB2. Grayscale: #5A5A5A. Windows color (decimal): -3267763 or 5055438. OLE color: 5055438.

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

Color convert

RGB 206 35 77 -
CMYK 0 0.83 0.63 0.19
HSL 345.26º 0.71% 0.47% -
HSV(B) 345.26º 0.83% 0.81% -
XYZ 27.39 14.86 8.45 -
YUV 90.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 206 35 77 0 0.83 0.63 0.19 345.26 0.71 0.47
Hex CE 23 4D 0 53 3F 13 159 47 2F
Octal 316 43 115 0 123 77 23 531 107 57
Binary 11001110 100011 1001101 0 1010011 111111 10011 101011001 1000111 101111

Color Harmonies of #CE234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE234D

Black with #CE234D

Text Example


Text Example

White with #CE234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE234D; }

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

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

background-color css

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

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

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

border-color css

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

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

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