Html Css Color HEX #E03425 Cinnabar

📋 copy color: '#E03425'

red 224 ◦ green 52 ◦ blue 37

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

Shades of Cinnabar #E03425

Tints of Cinnabar #E03425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

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

R = 71.57%
G = 16.61%
B = 11.82%

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

#E03425 (or 0xE03425) is known color: Cinnabar. HEX triplet: E0, 34 and 25. RGB value is (224,52,37). Sum of RGB (Red+Green+Blue) = 224+52+37=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E03425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03425 is #1FCBDA. Grayscale: #656565. Windows color (decimal): -2083803 or 2438368. OLE color: 2438368.

HSL color Cylindrical-coordinate representation of color #E03425: hue angle of 4.81º 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 #E03425 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 52 37 -
CMYK 0 0.77 0.83 0.12
HSL 4.81º 0.75% 0.51% -
HSV(B) 4.81º 0.83% 0.88% -
XYZ 32.3 18.44 3.61 -
YUV 101.72 91.48 215.22 -
System Red Green Blue C M Y K H S L
Decimal 224 52 37 0 0.77 0.83 0.12 4.81 0.75 0.51
Hex E0 34 25 0 4D 53 C 5 4B 33
Octal 340 64 45 0 115 123 14 5 113 63
Binary 11100000 110100 100101 0 1001101 1010011 1100 101 1001011 110011

Color Harmonies of #E03425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03425

Black with #E03425

Text Example


Text Example

White with #E03425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03425; }

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

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

background-color css

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

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

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

border-color css

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

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

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