Html Css Color HEX #E04532 Cinnabar

📋 copy color: '#E04532'

red 224 ◦ green 69 ◦ blue 50

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

Shades of Cinnabar #E04532

Tints of Cinnabar #E04532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.12%

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

R = 65.31%
G = 20.12%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E04532 (or 0xE04532) is known color: Cinnabar. HEX triplet: E0, 45 and 32. RGB value is (224,69,50). Sum of RGB (Red+Green+Blue) = 224+69+50=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E04532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04532 is #1FBACD. Grayscale: #717171. Windows color (decimal): -2079438 or 3294688. OLE color: 3294688.

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

Color convert

RGB 224 69 50 -
CMYK 0 0.69 0.78 0.12
HSL 6.55º 0.74% 0.54% -
HSV(B) 6.55º 0.78% 0.88% -
XYZ 33.44 20.33 5.18 -
YUV 113.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 224 69 50 0 0.69 0.78 0.12 6.55 0.74 0.54
Hex E0 45 32 0 45 4E C 7 4A 36
Octal 340 105 62 0 105 116 14 7 112 66
Binary 11100000 1000101 110010 0 1000101 1001110 1100 111 1001010 110110

Color Harmonies of #E04532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04532

Black with #E04532

Text Example


Text Example

White with #E04532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04532; }

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

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

background-color css

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

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

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

border-color css

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

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

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