Html Css Color HEX #E0441C Cinnabar

📋 copy color: '#E0441C'

red 224 ◦ green 68 ◦ blue 28

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

Shades of Cinnabar #E0441C

Tints of Cinnabar #E0441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 70%
G = 21.25%
B = 8.75%

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

#E0441C (or 0xE0441C) is known color: Cinnabar. HEX triplet: E0, 44 and 1C. RGB value is (224,68,28). Sum of RGB (Red+Green+Blue) = 224+68+28=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0441C is #1FBBE3. Grayscale: #6E6E6E. Windows color (decimal): -2079716 or 1852640. OLE color: 1852640.

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

Color convert

RGB 224 68 28 -
CMYK 0 0.70 0.88 0.12
HSL 12.24º 0.78% 0.49% -
HSV(B) 12.24º 0.88% 0.88% -
XYZ 33.02 20.07 3.23 -
YUV 110.08 81.68 209.25 -
System Red Green Blue C M Y K H S L
Decimal 224 68 28 0 0.70 0.88 0.12 12.24 0.78 0.49
Hex E0 44 1C 0 46 58 C C 4E 31
Octal 340 104 34 0 106 130 14 14 116 61
Binary 11100000 1000100 11100 0 1000110 1011000 1100 1100 1001110 110001

Color Harmonies of #E0441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0441C

Black with #E0441C

Text Example


Text Example

White with #E0441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0441C; }

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

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

background-color css

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

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

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

border-color css

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

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

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