Html Css Color HEX #E03325 Cinnabar

📋 copy color: '#E03325'

red 224 ◦ green 51 ◦ blue 37

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

Shades of Cinnabar #E03325

Tints of Cinnabar #E03325

RGB

 RED value IS 224 (87.89% from 255) = 71.79%

 GREEN value IS 51 (20.31% from 255) = 16.35%

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 71.79%
G = 16.35%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E03325 (or 0xE03325) is known color: Cinnabar. HEX triplet: E0, 33 and 25. RGB value is (224,51,37). Sum of RGB (Red+Green+Blue) = 224+51+37=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E03325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03325 is #1FCCDA. Grayscale: #656565. Windows color (decimal): -2084059 or 2438112. OLE color: 2438112.

HSL color Cylindrical-coordinate representation of color #E03325: hue angle of 4.49º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E03325 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 51 37 -
CMYK 0 0.77 0.83 0.12
HSL 4.49º 0.75% 0.51% -
HSV(B) 4.49º 0.83% 0.88% -
XYZ 32.26 18.35 3.59 -
YUV 101.13 91.81 215.64 -
System Red Green Blue C M Y K H S L
Decimal 224 51 37 0 0.77 0.83 0.12 4.49 0.75 0.51
Hex E0 33 25 0 4D 53 C 4 4B 33
Octal 340 63 45 0 115 123 14 4 113 63
Binary 11100000 110011 100101 0 1001101 1010011 1100 100 1001011 110011

Color Harmonies of #E03325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03325

Black with #E03325

Text Example


Text Example

White with #E03325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03325; }

 p { color: rgb(224,51,37); }

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

background-color css

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

 a { background-color: rgb(224,51,37); }

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

border-color css

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

 span { border-color: rgb(224,51,37); }

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