Html Css Color HEX #E04831 Cinnabar

📋 copy color: '#E04831'

red 224 ◦ green 72 ◦ blue 49

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

Shades of Cinnabar #E04831

Tints of Cinnabar #E04831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.87%

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

R = 64.93%
G = 20.87%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E04831 (or 0xE04831) is known color: Cinnabar. HEX triplet: E0, 48 and 31. RGB value is (224,72,49). Sum of RGB (Red+Green+Blue) = 224+72+49=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E04831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04831 is #1FB7CE. Grayscale: #737373. Windows color (decimal): -2078671 or 3229920. OLE color: 3229920.

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

Color convert

RGB 224 72 49 -
CMYK 0 0.68 0.78 0.12
HSL 7.89º 0.74% 0.54% -
HSV(B) 7.89º 0.78% 0.88% -
XYZ 33.61 20.7 5.13 -
YUV 114.83 90.86 205.87 -
System Red Green Blue C M Y K H S L
Decimal 224 72 49 0 0.68 0.78 0.12 7.89 0.74 0.54
Hex E0 48 31 0 44 4E C 8 4A 36
Octal 340 110 61 0 104 116 14 10 112 66
Binary 11100000 1001000 110001 0 1000100 1001110 1100 1000 1001010 110110

Color Harmonies of #E04831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04831

Black with #E04831

Text Example


Text Example

White with #E04831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04831; }

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

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

background-color css

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

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

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

border-color css

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

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

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