Html Css Color HEX #CE3024 Persian Red

📋 copy color: '#CE3024'

red 206 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #CE3024

Tints of Persian Red #CE3024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

 BLUE value IS 36 (14.45% from 255) = 12.41%

R = 71.03%
G = 16.55%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE3024 (or 0xCE3024) is known color: Persian Red. HEX triplet: CE, 30 and 24. RGB value is (206,48,36). Sum of RGB (Red+Green+Blue) = 206+48+36=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3024 is #31CFDB. Grayscale: #5E5E5E. Windows color (decimal): -3264476 or 2371790. OLE color: 2371790.

HSL color Cylindrical-coordinate representation of color #CE3024: hue angle of 4.24º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE3024 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 48 36 -
CMYK 0 0.77 0.83 0.19
HSL 4.24º 0.7% 0.47% -
HSV(B) 4.24º 0.83% 0.81% -
XYZ 26.83 15.36 3.22 -
YUV 93.87 95.35 207.98 -
System Red Green Blue C M Y K H S L
Decimal 206 48 36 0 0.77 0.83 0.19 4.24 0.7 0.47
Hex CE 30 24 0 4D 53 13 4 46 2F
Octal 316 60 44 0 115 123 23 4 106 57
Binary 11001110 110000 100100 0 1001101 1010011 10011 100 1000110 101111

Color Harmonies of #CE3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3024

Black with #CE3024

Text Example


Text Example

White with #CE3024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3024; }

 p { color: rgb(206,48,36); }

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

background-color css

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

 a { background-color: rgb(206,48,36); }

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

border-color css

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

 span { border-color: rgb(206,48,36); }

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