Html Css Color HEX #E04F1F Cinnabar

📋 copy color: '#E04F1F'

red 224 ◦ green 79 ◦ blue 31

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

Shades of Cinnabar #E04F1F

Tints of Cinnabar #E04F1F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.65%

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

R = 67.07%
G = 23.65%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E04F1F (or 0xE04F1F) is known color: Cinnabar. HEX triplet: E0, 4F and 1F. RGB value is (224,79,31). Sum of RGB (Red+Green+Blue) = 224+79+31=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04F1F is #1FB0E0. Grayscale: #757575. Windows color (decimal): -2076897 or 2052064. OLE color: 2052064.

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

Color convert

RGB 224 79 31 -
CMYK 0 0.65 0.86 0.12
HSL 14.92º 0.76% 0.5% -
HSV(B) 14.92º 0.86% 0.88% -
XYZ 33.78 21.54 3.67 -
YUV 116.88 79.54 204.4 -
System Red Green Blue C M Y K H S L
Decimal 224 79 31 0 0.65 0.86 0.12 14.92 0.76 0.5
Hex E0 4F 1F 0 41 56 C F 4C 32
Octal 340 117 37 0 101 126 14 17 114 62
Binary 11100000 1001111 11111 0 1000001 1010110 1100 1111 1001100 110010

Color Harmonies of #E04F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F1F

Black with #E04F1F

Text Example


Text Example

White with #E04F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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