Html Css Color HEX #CE4237 Persian Red

📋 copy color: '#CE4237'

red 206 ◦ green 66 ◦ blue 55

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

Shades of Persian Red #CE4237

Tints of Persian Red #CE4237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

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

R = 63%
G = 20.18%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE4237 (or 0xCE4237) is known color: Persian Red. HEX triplet: CE, 42 and 37. RGB value is (206,66,55). Sum of RGB (Red+Green+Blue) = 206+66+55=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4237 is #31BDC8. Grayscale: #6A6A6A. Windows color (decimal): -3259849 or 3621582. OLE color: 3621582.

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

Color convert

RGB 206 66 55 -
CMYK 0 0.68 0.73 0.19
HSL 4.37º 0.61% 0.51% -
HSV(B) 4.37º 0.73% 0.81% -
XYZ 28.09 17.29 5.47 -
YUV 106.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 206 66 55 0 0.68 0.73 0.19 4.37 0.61 0.51
Hex CE 42 37 0 44 49 13 4 3D 33
Octal 316 102 67 0 104 111 23 4 75 63
Binary 11001110 1000010 110111 0 1000100 1001001 10011 100 111101 110011

Color Harmonies of #CE4237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4237

Black with #CE4237

Text Example


Text Example

White with #CE4237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4237; }

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

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

background-color css

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

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

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

border-color css

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

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

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