Html Css Color HEX #E04034 Cinnabar

📋 copy color: '#E04034'

red 224 ◦ green 64 ◦ blue 52

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

Shades of Cinnabar #E04034

Tints of Cinnabar #E04034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

 BLUE value IS 52 (20.7% from 255) = 15.29%

R = 65.88%
G = 18.82%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E04034 (or 0xE04034) is known color: Cinnabar. HEX triplet: E0, 40 and 34. RGB value is (224,64,52). Sum of RGB (Red+Green+Blue) = 224+64+52=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E04034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04034 is #1FBFCB. Grayscale: #6E6E6E. Windows color (decimal): -2080716 or 3424480. OLE color: 3424480.

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

Color convert

RGB 224 64 52 -
CMYK 0 0.71 0.77 0.12
HSL 4.19º 0.74% 0.54% -
HSV(B) 4.19º 0.77% 0.88% -
XYZ 33.19 19.76 5.31 -
YUV 110.47 95.01 208.98 -
System Red Green Blue C M Y K H S L
Decimal 224 64 52 0 0.71 0.77 0.12 4.19 0.74 0.54
Hex E0 40 34 0 47 4D C 4 4A 36
Octal 340 100 64 0 107 115 14 4 112 66
Binary 11100000 1000000 110100 0 1000111 1001101 1100 100 1001010 110110

Color Harmonies of #E04034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04034

Black with #E04034

Text Example


Text Example

White with #E04034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04034; }

 p { color: rgb(224,64,52); }

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

background-color css

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

 a { background-color: rgb(224,64,52); }

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

border-color css

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

 span { border-color: rgb(224,64,52); }

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