Html Css Color HEX #E04031 Cinnabar

📋 copy color: '#E04031'

red 224 ◦ green 64 ◦ blue 49

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

Shades of Cinnabar #E04031

Tints of Cinnabar #E04031

RGB

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

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

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

R = 66.47%
G = 18.99%
B = 14.54%

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

#E04031 (or 0xE04031) is known color: Cinnabar. HEX triplet: E0, 40 and 31. RGB value is (224,64,49). Sum of RGB (Red+Green+Blue) = 224+64+49=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E04031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04031 is #1FBFCE. Grayscale: #6E6E6E. Windows color (decimal): -2080719 or 3227872. OLE color: 3227872.

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

Color convert

RGB 224 64 49 -
CMYK 0 0.71 0.78 0.12
HSL 5.14º 0.74% 0.54% -
HSV(B) 5.14º 0.78% 0.88% -
XYZ 33.13 19.74 4.97 -
YUV 110.13 93.51 209.22 -
System Red Green Blue C M Y K H S L
Decimal 224 64 49 0 0.71 0.78 0.12 5.14 0.74 0.54
Hex E0 40 31 0 47 4E C 5 4A 36
Octal 340 100 61 0 107 116 14 5 112 66
Binary 11100000 1000000 110001 0 1000111 1001110 1100 101 1001010 110110

Color Harmonies of #E04031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04031

Black with #E04031

Text Example


Text Example

White with #E04031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04031; }

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

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

background-color css

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

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

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

border-color css

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

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

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