Html Css Color HEX #E03428 Cinnabar

📋 copy color: '#E03428'

red 224 ◦ green 52 ◦ blue 40

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

Shades of Cinnabar #E03428

Tints of Cinnabar #E03428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.66%

R = 70.89%
G = 16.46%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E03428 (or 0xE03428) is known color: Cinnabar. HEX triplet: E0, 34 and 28. RGB value is (224,52,40). Sum of RGB (Red+Green+Blue) = 224+52+40=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E03428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03428 is #1FCBD7. Grayscale: #666666. Windows color (decimal): -2083800 or 2634976. OLE color: 2634976.

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

Color convert

RGB 224 52 40 -
CMYK 0 0.77 0.82 0.12
HSL 3.91º 0.75% 0.52% -
HSV(B) 3.91º 0.82% 0.88% -
XYZ 32.35 18.46 3.86 -
YUV 102.06 92.98 214.98 -
System Red Green Blue C M Y K H S L
Decimal 224 52 40 0 0.77 0.82 0.12 3.91 0.75 0.52
Hex E0 34 28 0 4D 52 C 4 4B 34
Octal 340 64 50 0 115 122 14 4 113 64
Binary 11100000 110100 101000 0 1001101 1010010 1100 100 1001011 110100

Color Harmonies of #E03428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03428

Black with #E03428

Text Example


Text Example

White with #E03428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03428; }

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

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

background-color css

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

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

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

border-color css

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

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

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