Html Css Color HEX #E45332 Cinnabar

📋 copy color: '#E45332'

red 228 ◦ green 83 ◦ blue 50

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

Shades of Cinnabar #E45332

Tints of Cinnabar #E45332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.99%

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

R = 63.16%
G = 22.99%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E45332 (or 0xE45332) is known color: Cinnabar. HEX triplet: E4, 53 and 32. RGB value is (228,83,50). Sum of RGB (Red+Green+Blue) = 228+83+50=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E45332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45332 is #1BACCD. Grayscale: #7A7A7A. Windows color (decimal): -1813710 or 3298276. OLE color: 3298276.

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

Color convert

RGB 228 83 50 -
CMYK 0 0.64 0.78 0.11
HSL 11.12º 0.77% 0.55% -
HSV(B) 11.12º 0.78% 0.89% -
XYZ 35.66 22.91 5.56 -
YUV 122.59 87.04 203.18 -
System Red Green Blue C M Y K H S L
Decimal 228 83 50 0 0.64 0.78 0.11 11.12 0.77 0.55
Hex E4 53 32 0 40 4E B B 4D 37
Octal 344 123 62 0 100 116 13 13 115 67
Binary 11100100 1010011 110010 0 1000000 1001110 1011 1011 1001101 110111

Color Harmonies of #E45332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45332

Black with #E45332

Text Example


Text Example

White with #E45332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45332; }

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

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

background-color css

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

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

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

border-color css

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

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

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