Html Css Color HEX #E04332 Cinnabar

📋 copy color: '#E04332'

red 224 ◦ green 67 ◦ blue 50

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

Shades of Cinnabar #E04332

Tints of Cinnabar #E04332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

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

R = 65.69%
G = 19.65%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E04332 (or 0xE04332) is known color: Cinnabar. HEX triplet: E0, 43 and 32. RGB value is (224,67,50). Sum of RGB (Red+Green+Blue) = 224+67+50=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E04332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04332 is #1FBCCD. Grayscale: #707070. Windows color (decimal): -2079950 or 3294176. OLE color: 3294176.

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

Color convert

RGB 224 67 50 -
CMYK 0 0.70 0.78 0.12
HSL 5.86º 0.74% 0.54% -
HSV(B) 5.86º 0.78% 0.88% -
XYZ 33.32 20.09 5.14 -
YUV 112.01 93.01 207.88 -
System Red Green Blue C M Y K H S L
Decimal 224 67 50 0 0.70 0.78 0.12 5.86 0.74 0.54
Hex E0 43 32 0 46 4E C 6 4A 36
Octal 340 103 62 0 106 116 14 6 112 66
Binary 11100000 1000011 110010 0 1000110 1001110 1100 110 1001010 110110

Color Harmonies of #E04332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04332

Black with #E04332

Text Example


Text Example

White with #E04332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04332; }

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

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

background-color css

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

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

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

border-color css

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

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

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