Html Css Color HEX #E45030 Cinnabar

📋 copy color: '#E45030'

red 228 ◦ green 80 ◦ blue 48

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

Shades of Cinnabar #E45030

Tints of Cinnabar #E45030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 64.04%
G = 22.47%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E45030 (or 0xE45030) is known color: Cinnabar. HEX triplet: E4, 50 and 30. RGB value is (228,80,48). Sum of RGB (Red+Green+Blue) = 228+80+48=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E45030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45030 is #1BAFCF. Grayscale: #787878. Windows color (decimal): -1814480 or 3166436. OLE color: 3166436.

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

Color convert

RGB 228 80 48 -
CMYK 0 0.65 0.79 0.11
HSL 10.67º 0.77% 0.54% -
HSV(B) 10.67º 0.79% 0.89% -
XYZ 35.4 22.44 5.26 -
YUV 120.6 87.03 204.6 -
System Red Green Blue C M Y K H S L
Decimal 228 80 48 0 0.65 0.79 0.11 10.67 0.77 0.54
Hex E4 50 30 0 41 4F B B 4D 36
Octal 344 120 60 0 101 117 13 13 115 66
Binary 11100100 1010000 110000 0 1000001 1001111 1011 1011 1001101 110110

Color Harmonies of #E45030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45030

Black with #E45030

Text Example


Text Example

White with #E45030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45030; }

 p { color: rgb(228,80,48); }

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

background-color css

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

 a { background-color: rgb(228,80,48); }

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

border-color css

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

 span { border-color: rgb(228,80,48); }

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