Html Css Color HEX #CE3350 Old Rose

📋 copy color: '#CE3350'

red 206 ◦ green 51 ◦ blue 80

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

Shades of Old Rose #CE3350

Tints of Old Rose #CE3350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 61.13%
G = 15.13%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE3350 (or 0xCE3350) is known color: Old Rose. HEX triplet: CE, 33 and 50. RGB value is (206,51,80). Sum of RGB (Red+Green+Blue) = 206+51+80=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3350 is #31CCAF. Grayscale: #646464. Windows color (decimal): -3263664 or 5256142. OLE color: 5256142.

HSL color Cylindrical-coordinate representation of color #CE3350: hue angle of 348.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3350 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 51 80 -
CMYK 0 0.75 0.61 0.19
HSL 348.77º 0.61% 0.5% -
HSV(B) 348.77º 0.75% 0.81% -
XYZ 28.09 16.07 9.21 -
YUV 100.65 116.35 203.14 -
System Red Green Blue C M Y K H S L
Decimal 206 51 80 0 0.75 0.61 0.19 348.77 0.61 0.5
Hex CE 33 50 0 4B 3D 13 15D 3D 32
Octal 316 63 120 0 113 75 23 535 75 62
Binary 11001110 110011 1010000 0 1001011 111101 10011 101011101 111101 110010

Color Harmonies of #CE3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3350

Black with #CE3350

Text Example


Text Example

White with #CE3350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3350; }

 p { color: rgb(206,51,80); }

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

background-color css

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

 a { background-color: rgb(206,51,80); }

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

border-color css

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

 span { border-color: rgb(206,51,80); }

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