Html Css Color HEX #E04D1E Cinnabar

📋 copy color: '#E04D1E'

red 224 ◦ green 77 ◦ blue 30

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

Shades of Cinnabar #E04D1E

Tints of Cinnabar #E04D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 67.67%
G = 23.26%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E04D1E (or 0xE04D1E) is known color: Cinnabar. HEX triplet: E0, 4D and 1E. RGB value is (224,77,30). Sum of RGB (Red+Green+Blue) = 224+77+30=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D1E is #1FB2E1. Grayscale: #737373. Windows color (decimal): -2077410 or 1986016. OLE color: 1986016.

HSL color Cylindrical-coordinate representation of color #E04D1E: hue angle of 14.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E04D1E is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 77 30 -
CMYK 0 0.66 0.87 0.12
HSL 14.54º 0.76% 0.5% -
HSV(B) 14.54º 0.87% 0.88% -
XYZ 33.63 21.25 3.56 -
YUV 115.6 79.7 205.32 -
System Red Green Blue C M Y K H S L
Decimal 224 77 30 0 0.66 0.87 0.12 14.54 0.76 0.5
Hex E0 4D 1E 0 42 57 C F 4C 32
Octal 340 115 36 0 102 127 14 17 114 62
Binary 11100000 1001101 11110 0 1000010 1010111 1100 1111 1001100 110010

Color Harmonies of #E04D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D1E

Black with #E04D1E

Text Example


Text Example

White with #E04D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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