Html Css Color HEX #E03422 Cinnabar

📋 copy color: '#E03422'

red 224 ◦ green 52 ◦ blue 34

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

Shades of Cinnabar #E03422

Tints of Cinnabar #E03422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.97%

R = 72.26%
G = 16.77%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E03422 (or 0xE03422) is known color: Cinnabar. HEX triplet: E0, 34 and 22. RGB value is (224,52,34). Sum of RGB (Red+Green+Blue) = 224+52+34=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E03422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03422 is #1FCBDD. Grayscale: #656565. Windows color (decimal): -2083806 or 2241760. OLE color: 2241760.

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

Color convert

RGB 224 52 34 -
CMYK 0 0.77 0.85 0.12
HSL 5.68º 0.75% 0.51% -
HSV(B) 5.68º 0.85% 0.88% -
XYZ 32.26 18.42 3.37 -
YUV 101.38 89.98 215.46 -
System Red Green Blue C M Y K H S L
Decimal 224 52 34 0 0.77 0.85 0.12 5.68 0.75 0.51
Hex E0 34 22 0 4D 55 C 6 4B 33
Octal 340 64 42 0 115 125 14 6 113 63
Binary 11100000 110100 100010 0 1001101 1010101 1100 110 1001011 110011

Color Harmonies of #E03422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03422

Black with #E03422

Text Example


Text Example

White with #E03422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03422; }

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

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

background-color css

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

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

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

border-color css

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

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

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