Html Css Color HEX #E04D2E Cinnabar

📋 copy color: '#E04D2E'

red 224 ◦ green 77 ◦ blue 46

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

Shades of Cinnabar #E04D2E

Tints of Cinnabar #E04D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.26%

R = 64.55%
G = 22.19%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E04D2E (or 0xE04D2E) is known color: Cinnabar. HEX triplet: E0, 4D and 2E. RGB value is (224,77,46). Sum of RGB (Red+Green+Blue) = 224+77+46=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D2E is #1FB2D1. Grayscale: #757575. Windows color (decimal): -2077394 or 3034592. OLE color: 3034592.

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

Color convert

RGB 224 77 46 -
CMYK 0 0.66 0.79 0.12
HSL 10.45º 0.74% 0.53% -
HSV(B) 10.45º 0.79% 0.88% -
XYZ 33.89 21.35 4.92 -
YUV 117.42 87.7 204.02 -
System Red Green Blue C M Y K H S L
Decimal 224 77 46 0 0.66 0.79 0.12 10.45 0.74 0.53
Hex E0 4D 2E 0 42 4F C A 4A 35
Octal 340 115 56 0 102 117 14 12 112 65
Binary 11100000 1001101 101110 0 1000010 1001111 1100 1010 1001010 110101

Color Harmonies of #E04D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D2E

Black with #E04D2E

Text Example


Text Example

White with #E04D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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