Html Css Color HEX #E45130 Cinnabar

📋 copy color: '#E45130'

red 228 ◦ green 81 ◦ blue 48

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

Shades of Cinnabar #E45130

Tints of Cinnabar #E45130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.69%

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

R = 63.87%
G = 22.69%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E45130 (or 0xE45130) is known color: Cinnabar. HEX triplet: E4, 51 and 30. RGB value is (228,81,48). Sum of RGB (Red+Green+Blue) = 228+81+48=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E45130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45130 is #1BAECF. Grayscale: #797979. Windows color (decimal): -1814224 or 3166692. OLE color: 3166692.

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

Color convert

RGB 228 81 48 -
CMYK 0 0.64 0.79 0.11
HSL 11º 0.77% 0.54% -
HSV(B) 11º 0.79% 0.89% -
XYZ 35.47 22.59 5.29 -
YUV 121.19 86.7 204.18 -
System Red Green Blue C M Y K H S L
Decimal 228 81 48 0 0.64 0.79 0.11 11 0.77 0.54
Hex E4 51 30 0 40 4F B B 4D 36
Octal 344 121 60 0 100 117 13 13 115 66
Binary 11100100 1010001 110000 0 1000000 1001111 1011 1011 1001101 110110

Color Harmonies of #E45130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45130

Black with #E45130

Text Example


Text Example

White with #E45130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45130; }

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

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

background-color css

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

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

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

border-color css

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

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

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