Html Css Color HEX #E0441A Cinnabar

📋 copy color: '#E0441A'

red 224 ◦ green 68 ◦ blue 26

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

Shades of Cinnabar #E0441A

Tints of Cinnabar #E0441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.18%

R = 70.44%
G = 21.38%
B = 8.18%

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

#E0441A (or 0xE0441A) is known color: Cinnabar. HEX triplet: E0, 44 and 1A. RGB value is (224,68,26). Sum of RGB (Red+Green+Blue) = 224+68+26=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E0441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0441A is #1FBBE5. Grayscale: #6E6E6E. Windows color (decimal): -2079718 or 1721568. OLE color: 1721568.

HSL color Cylindrical-coordinate representation of color #E0441A: hue angle of 12.73º degrees, saturation: 0.79, 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 #E0441A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 68 26 -
CMYK 0 0.70 0.88 0.12
HSL 12.73º 0.79% 0.49% -
HSV(B) 12.73º 0.88% 0.88% -
XYZ 32.99 20.06 3.11 -
YUV 109.86 80.68 209.42 -
System Red Green Blue C M Y K H S L
Decimal 224 68 26 0 0.70 0.88 0.12 12.73 0.79 0.49
Hex E0 44 1A 0 46 58 C D 4F 31
Octal 340 104 32 0 106 130 14 15 117 61
Binary 11100000 1000100 11010 0 1000110 1011000 1100 1101 1001111 110001

Color Harmonies of #E0441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0441A

Black with #E0441A

Text Example


Text Example

White with #E0441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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