Html Css Color HEX #E04131 Cinnabar

📋 copy color: '#E04131'

red 224 ◦ green 65 ◦ blue 49

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

Shades of Cinnabar #E04131

Tints of Cinnabar #E04131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 66.27%
G = 19.23%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E04131 (or 0xE04131) is known color: Cinnabar. HEX triplet: E0, 41 and 31. RGB value is (224,65,49). Sum of RGB (Red+Green+Blue) = 224+65+49=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E04131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04131 is #1FBECE. Grayscale: #6E6E6E. Windows color (decimal): -2080463 or 3228128. OLE color: 3228128.

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

Color convert

RGB 224 65 49 -
CMYK 0 0.71 0.78 0.12
HSL 5.49º 0.74% 0.54% -
HSV(B) 5.49º 0.78% 0.88% -
XYZ 33.19 19.85 4.99 -
YUV 110.72 93.18 208.8 -
System Red Green Blue C M Y K H S L
Decimal 224 65 49 0 0.71 0.78 0.12 5.49 0.74 0.54
Hex E0 41 31 0 47 4E C 5 4A 36
Octal 340 101 61 0 107 116 14 5 112 66
Binary 11100000 1000001 110001 0 1000111 1001110 1100 101 1001010 110110

Color Harmonies of #E04131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04131

Black with #E04131

Text Example


Text Example

White with #E04131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04131; }

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

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

background-color css

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

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

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

border-color css

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

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

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