Html Css Color HEX #E45532 Cinnabar

📋 copy color: '#E45532'

red 228 ◦ green 85 ◦ blue 50

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

Shades of Cinnabar #E45532

Tints of Cinnabar #E45532

RGB

 RED value IS 228 (89.45% from 255) = 62.81%

 GREEN value IS 85 (33.59% from 255) = 23.42%

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

R = 62.81%
G = 23.42%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E45532 (or 0xE45532) is known color: Cinnabar. HEX triplet: E4, 55 and 32. RGB value is (228,85,50). Sum of RGB (Red+Green+Blue) = 228+85+50=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E45532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45532 is #1BAACD. Grayscale: #7C7C7C. Windows color (decimal): -1813198 or 3298788. OLE color: 3298788.

HSL color Cylindrical-coordinate representation of color #E45532: hue angle of 11.8º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E45532 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 85 50 -
CMYK 0 0.63 0.78 0.11
HSL 11.8º 0.77% 0.55% -
HSV(B) 11.8º 0.78% 0.89% -
XYZ 35.82 23.22 5.61 -
YUV 123.77 86.38 202.35 -
System Red Green Blue C M Y K H S L
Decimal 228 85 50 0 0.63 0.78 0.11 11.8 0.77 0.55
Hex E4 55 32 0 3F 4E B C 4D 37
Octal 344 125 62 0 77 116 13 14 115 67
Binary 11100100 1010101 110010 0 111111 1001110 1011 1100 1001101 110111

Color Harmonies of #E45532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45532

Black with #E45532

Text Example


Text Example

White with #E45532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45532; }

 p { color: rgb(228,85,50); }

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

background-color css

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

 a { background-color: rgb(228,85,50); }

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

border-color css

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

 span { border-color: rgb(228,85,50); }

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