Html Css Color HEX #E04B1E Cinnabar

📋 copy color: '#E04B1E'

red 224 ◦ green 75 ◦ blue 30

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

Shades of Cinnabar #E04B1E

Tints of Cinnabar #E04B1E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.8%

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

R = 68.09%
G = 22.8%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E04B1E (or 0xE04B1E) is known color: Cinnabar. HEX triplet: E0, 4B and 1E. RGB value is (224,75,30). Sum of RGB (Red+Green+Blue) = 224+75+30=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04B1E is #1FB4E1. Grayscale: #727272. Windows color (decimal): -2077922 or 1985504. OLE color: 1985504.

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

Color convert

RGB 224 75 30 -
CMYK 0 0.67 0.87 0.12
HSL 13.92º 0.76% 0.5% -
HSV(B) 13.92º 0.87% 0.88% -
XYZ 33.49 20.97 3.51 -
YUV 114.42 80.36 206.16 -
System Red Green Blue C M Y K H S L
Decimal 224 75 30 0 0.67 0.87 0.12 13.92 0.76 0.5
Hex E0 4B 1E 0 43 57 C E 4C 32
Octal 340 113 36 0 103 127 14 16 114 62
Binary 11100000 1001011 11110 0 1000011 1010111 1100 1110 1001100 110010

Color Harmonies of #E04B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04B1E

Black with #E04B1E

Text Example


Text Example

White with #E04B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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