Html Css Color HEX #E0441B Cinnabar

📋 copy color: '#E0441B'

red 224 ◦ green 68 ◦ blue 27

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

Shades of Cinnabar #E0441B

Tints of Cinnabar #E0441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 70.22%
G = 21.32%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0441B (or 0xE0441B) is known color: Cinnabar. HEX triplet: E0, 44 and 1B. RGB value is (224,68,27). Sum of RGB (Red+Green+Blue) = 224+68+27=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0441B is #1FBBE4. Grayscale: #6E6E6E. Windows color (decimal): -2079717 or 1787104. OLE color: 1787104.

HSL color Cylindrical-coordinate representation of color #E0441B: hue angle of 12.49º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0441B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 68 27 -
CMYK 0 0.70 0.88 0.12
HSL 12.49º 0.78% 0.49% -
HSV(B) 12.49º 0.88% 0.88% -
XYZ 33.01 20.06 3.17 -
YUV 109.97 81.18 209.33 -
System Red Green Blue C M Y K H S L
Decimal 224 68 27 0 0.70 0.88 0.12 12.49 0.78 0.49
Hex E0 44 1B 0 46 58 C C 4E 31
Octal 340 104 33 0 106 130 14 14 116 61
Binary 11100000 1000100 11011 0 1000110 1011000 1100 1100 1001110 110001

Color Harmonies of #E0441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0441B

Black with #E0441B

Text Example


Text Example

White with #E0441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0441B; }

 p { color: rgb(224,68,27); }

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

background-color css

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

 a { background-color: rgb(224,68,27); }

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

border-color css

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

 span { border-color: rgb(224,68,27); }

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