Html Css Color HEX #CE4037 Persian Red

📋 copy color: '#CE4037'

red 206 ◦ green 64 ◦ blue 55

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

Shades of Persian Red #CE4037

Tints of Persian Red #CE4037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 63.38%
G = 19.69%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE4037 (or 0xCE4037) is known color: Persian Red. HEX triplet: CE, 40 and 37. RGB value is (206,64,55). Sum of RGB (Red+Green+Blue) = 206+64+55=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4037 is #31BFC8. Grayscale: #696969. Windows color (decimal): -3260361 or 3621070. OLE color: 3621070.

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

Color convert

RGB 206 64 55 -
CMYK 0 0.69 0.73 0.19
HSL 3.58º 0.61% 0.51% -
HSV(B) 3.58º 0.73% 0.81% -
XYZ 27.98 17.06 5.43 -
YUV 105.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 206 64 55 0 0.69 0.73 0.19 3.58 0.61 0.51
Hex CE 40 37 0 45 49 13 4 3D 33
Octal 316 100 67 0 105 111 23 4 75 63
Binary 11001110 1000000 110111 0 1000101 1001001 10011 100 111101 110011

Color Harmonies of #CE4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4037

Black with #CE4037

Text Example


Text Example

White with #CE4037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4037; }

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

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

background-color css

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

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

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

border-color css

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

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

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