Html Css Color HEX #E03328 Cinnabar

📋 copy color: '#E03328'

red 224 ◦ green 51 ◦ blue 40

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

Shades of Cinnabar #E03328

Tints of Cinnabar #E03328

RGB

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

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

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

R = 71.11%
G = 16.19%
B = 12.7%

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

#E03328 (or 0xE03328) is known color: Cinnabar. HEX triplet: E0, 33 and 28. RGB value is (224,51,40). Sum of RGB (Red+Green+Blue) = 224+51+40=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E03328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03328 is #1FCCD7. Grayscale: #656565. Windows color (decimal): -2084056 or 2634720. OLE color: 2634720.

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

Color convert

RGB 224 51 40 -
CMYK 0 0.77 0.82 0.12
HSL 3.59º 0.75% 0.52% -
HSV(B) 3.59º 0.82% 0.88% -
XYZ 32.31 18.37 3.85 -
YUV 101.47 93.31 215.39 -
System Red Green Blue C M Y K H S L
Decimal 224 51 40 0 0.77 0.82 0.12 3.59 0.75 0.52
Hex E0 33 28 0 4D 52 C 4 4B 34
Octal 340 63 50 0 115 122 14 4 113 64
Binary 11100000 110011 101000 0 1001101 1010010 1100 100 1001011 110100

Color Harmonies of #E03328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03328

Black with #E03328

Text Example


Text Example

White with #E03328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03328; }

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

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

background-color css

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

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

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

border-color css

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

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

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