Html Css Color HEX #CE3751 Old Rose

📋 copy color: '#CE3751'

red 206 ◦ green 55 ◦ blue 81

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

Shades of Old Rose #CE3751

Tints of Old Rose #CE3751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.08%

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 60.23%
G = 16.08%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE3751 (or 0xCE3751) is known color: Old Rose. HEX triplet: CE, 37 and 51. RGB value is (206,55,81). Sum of RGB (Red+Green+Blue) = 206+55+81=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3751 is #31C8AE. Grayscale: #676767. Windows color (decimal): -3262639 or 5322702. OLE color: 5322702.

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

Color convert

RGB 206 55 81 -
CMYK 0 0.73 0.61 0.19
HSL 349.67º 0.61% 0.51% -
HSV(B) 349.67º 0.73% 0.81% -
XYZ 28.3 16.45 9.47 -
YUV 103.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 206 55 81 0 0.73 0.61 0.19 349.67 0.61 0.51
Hex CE 37 51 0 49 3D 13 15E 3D 33
Octal 316 67 121 0 111 75 23 536 75 63
Binary 11001110 110111 1010001 0 1001001 111101 10011 101011110 111101 110011

Color Harmonies of #CE3751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3751

Black with #CE3751

Text Example


Text Example

White with #CE3751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3751; }

 p { color: rgb(206,55,81); }

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

background-color css

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

 a { background-color: rgb(206,55,81); }

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

border-color css

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

 span { border-color: rgb(206,55,81); }

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