Html Css Color HEX #E04D1F Cinnabar

📋 copy color: '#E04D1F'

red 224 ◦ green 77 ◦ blue 31

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

Shades of Cinnabar #E04D1F

Tints of Cinnabar #E04D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

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

R = 67.47%
G = 23.19%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E04D1F (or 0xE04D1F) is known color: Cinnabar. HEX triplet: E0, 4D and 1F. RGB value is (224,77,31). Sum of RGB (Red+Green+Blue) = 224+77+31=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D1F is #1FB2E0. Grayscale: #747474. Windows color (decimal): -2077409 or 2051552. OLE color: 2051552.

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

Color convert

RGB 224 77 31 -
CMYK 0 0.66 0.86 0.12
HSL 14.3º 0.76% 0.5% -
HSV(B) 14.3º 0.86% 0.88% -
XYZ 33.64 21.25 3.63 -
YUV 115.71 80.2 205.24 -
System Red Green Blue C M Y K H S L
Decimal 224 77 31 0 0.66 0.86 0.12 14.3 0.76 0.5
Hex E0 4D 1F 0 42 56 C E 4C 32
Octal 340 115 37 0 102 126 14 16 114 62
Binary 11100000 1001101 11111 0 1000010 1010110 1100 1110 1001100 110010

Color Harmonies of #E04D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D1F

Black with #E04D1F

Text Example


Text Example

White with #E04D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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