Html Css Color HEX #E0411C Cinnabar

📋 copy color: '#E0411C'

red 224 ◦ green 65 ◦ blue 28

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

Shades of Cinnabar #E0411C

Tints of Cinnabar #E0411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

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

R = 70.66%
G = 20.5%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0411C (or 0xE0411C) is known color: Cinnabar. HEX triplet: E0, 41 and 1C. RGB value is (224,65,28). Sum of RGB (Red+Green+Blue) = 224+65+28=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E0411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0411C is #1FBEE3. Grayscale: #6C6C6C. Windows color (decimal): -2080484 or 1851872. OLE color: 1851872.

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

Color convert

RGB 224 65 28 -
CMYK 0 0.71 0.88 0.12
HSL 11.33º 0.78% 0.49% -
HSV(B) 11.33º 0.88% 0.88% -
XYZ 32.84 19.71 3.17 -
YUV 108.32 82.68 210.51 -
System Red Green Blue C M Y K H S L
Decimal 224 65 28 0 0.71 0.88 0.12 11.33 0.78 0.49
Hex E0 41 1C 0 47 58 C B 4E 31
Octal 340 101 34 0 107 130 14 13 116 61
Binary 11100000 1000001 11100 0 1000111 1011000 1100 1011 1001110 110001

Color Harmonies of #E0411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0411C

Black with #E0411C

Text Example


Text Example

White with #E0411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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