Html Css Color HEX #CE3E37 Persian Red

📋 copy color: '#CE3E37'

red 206 ◦ green 62 ◦ blue 55

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

Shades of Persian Red #CE3E37

Tints of Persian Red #CE3E37

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.2%

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 63.78%
G = 19.2%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE3E37 (or 0xCE3E37) is known color: Persian Red. HEX triplet: CE, 3E and 37. RGB value is (206,62,55). Sum of RGB (Red+Green+Blue) = 206+62+55=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E37 is #31C1C8. Grayscale: #686868. Windows color (decimal): -3260873 or 3620558. OLE color: 3620558.

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

Color convert

RGB 206 62 55 -
CMYK 0 0.70 0.73 0.19
HSL 2.78º 0.61% 0.51% -
HSV(B) 2.78º 0.73% 0.81% -
XYZ 27.87 16.84 5.4 -
YUV 104.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 206 62 55 0 0.70 0.73 0.19 2.78 0.61 0.51
Hex CE 3E 37 0 46 49 13 3 3D 33
Octal 316 76 67 0 106 111 23 3 75 63
Binary 11001110 111110 110111 0 1000110 1001001 10011 11 111101 110011

Color Harmonies of #CE3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E37

Black with #CE3E37

Text Example


Text Example

White with #CE3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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