Html Css Color HEX #E0401F Cinnabar

📋 copy color: '#E0401F'

red 224 ◦ green 64 ◦ blue 31

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

Shades of Cinnabar #E0401F

Tints of Cinnabar #E0401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 70.22%
G = 20.06%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0401F (or 0xE0401F) is known color: Cinnabar. HEX triplet: E0, 40 and 1F. RGB value is (224,64,31). Sum of RGB (Red+Green+Blue) = 224+64+31=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0401F is #1FBFE0. Grayscale: #6C6C6C. Windows color (decimal): -2080737 or 2048224. OLE color: 2048224.

HSL color Cylindrical-coordinate representation of color #E0401F: hue angle of 10.26º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0401F is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 31 -
CMYK 0 0.71 0.86 0.12
HSL 10.26º 0.76% 0.5% -
HSV(B) 10.26º 0.86% 0.88% -
XYZ 32.82 19.61 3.35 -
YUV 108.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 224 64 31 0 0.71 0.86 0.12 10.26 0.76 0.5
Hex E0 40 1F 0 47 56 C A 4C 32
Octal 340 100 37 0 107 126 14 12 114 62
Binary 11100000 1000000 11111 0 1000111 1010110 1100 1010 1001100 110010

Color Harmonies of #E0401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0401F

Black with #E0401F

Text Example


Text Example

White with #E0401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0401F; }

 p { color: rgb(224,64,31); }

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

background-color css

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

 a { background-color: rgb(224,64,31); }

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

border-color css

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

 span { border-color: rgb(224,64,31); }

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