Html Css Color HEX #E04D1A Cinnabar

📋 copy color: '#E04D1A'

red 224 ◦ green 77 ◦ blue 26

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

Shades of Cinnabar #E04D1A

Tints of Cinnabar #E04D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.95%

R = 68.5%
G = 23.55%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E04D1A (or 0xE04D1A) is known color: Cinnabar. HEX triplet: E0, 4D and 1A. RGB value is (224,77,26). Sum of RGB (Red+Green+Blue) = 224+77+26=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D1A is #1FB2E5. Grayscale: #737373. Windows color (decimal): -2077414 or 1723872. OLE color: 1723872.

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

Color convert

RGB 224 77 26 -
CMYK 0 0.66 0.88 0.12
HSL 15.45º 0.79% 0.49% -
HSV(B) 15.45º 0.88% 0.88% -
XYZ 33.58 21.23 3.31 -
YUV 115.14 77.7 205.65 -
System Red Green Blue C M Y K H S L
Decimal 224 77 26 0 0.66 0.88 0.12 15.45 0.79 0.49
Hex E0 4D 1A 0 42 58 C F 4F 31
Octal 340 115 32 0 102 130 14 17 117 61
Binary 11100000 1001101 11010 0 1000010 1011000 1100 1111 1001111 110001

Color Harmonies of #E04D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D1A

Black with #E04D1A

Text Example


Text Example

White with #E04D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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