Html Css Color HEX #CE3353 Old Rose

📋 copy color: '#CE3353'

red 206 ◦ green 51 ◦ blue 83

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

Shades of Old Rose #CE3353

Tints of Old Rose #CE3353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.41%

R = 60.59%
G = 15%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE3353 (or 0xCE3353) is known color: Old Rose. HEX triplet: CE, 33 and 53. RGB value is (206,51,83). Sum of RGB (Red+Green+Blue) = 206+51+83=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3353 is #31CCAC. Grayscale: #656565. Windows color (decimal): -3263661 or 5452750. OLE color: 5452750.

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

Color convert

RGB 206 51 83 -
CMYK 0 0.75 0.60 0.19
HSL 347.61º 0.61% 0.5% -
HSV(B) 347.61º 0.75% 0.81% -
XYZ 28.2 16.11 9.81 -
YUV 100.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 206 51 83 0 0.75 0.60 0.19 347.61 0.61 0.5
Hex CE 33 53 0 4B 3C 13 15C 3D 32
Octal 316 63 123 0 113 74 23 534 75 62
Binary 11001110 110011 1010011 0 1001011 111100 10011 101011100 111101 110010

Color Harmonies of #CE3353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3353

Black with #CE3353

Text Example


Text Example

White with #CE3353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3353; }

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

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

background-color css

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

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

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

border-color css

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

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

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