Html Css Color HEX #E04132 Cinnabar

📋 copy color: '#E04132'

red 224 ◦ green 65 ◦ blue 50

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

Shades of Cinnabar #E04132

Tints of Cinnabar #E04132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

 BLUE value IS 50 (19.92% from 255) = 14.75%

R = 66.08%
G = 19.17%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E04132 (or 0xE04132) is known color: Cinnabar. HEX triplet: E0, 41 and 32. RGB value is (224,65,50). Sum of RGB (Red+Green+Blue) = 224+65+50=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E04132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04132 is #1FBECD. Grayscale: #6F6F6F. Windows color (decimal): -2080462 or 3293664. OLE color: 3293664.

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

Color convert

RGB 224 65 50 -
CMYK 0 0.71 0.78 0.12
HSL 5.17º 0.74% 0.54% -
HSV(B) 5.17º 0.78% 0.88% -
XYZ 33.21 19.86 5.1 -
YUV 110.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 224 65 50 0 0.71 0.78 0.12 5.17 0.74 0.54
Hex E0 41 32 0 47 4E C 5 4A 36
Octal 340 101 62 0 107 116 14 5 112 66
Binary 11100000 1000001 110010 0 1000111 1001110 1100 101 1001010 110110

Color Harmonies of #E04132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04132

Black with #E04132

Text Example


Text Example

White with #E04132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04132; }

 p { color: rgb(224,65,50); }

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

background-color css

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

 a { background-color: rgb(224,65,50); }

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

border-color css

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

 span { border-color: rgb(224,65,50); }

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