Html Css Color HEX #E45031 Cinnabar

📋 copy color: '#E45031'

red 228 ◦ green 80 ◦ blue 49

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

Shades of Cinnabar #E45031

Tints of Cinnabar #E45031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 63.87%
G = 22.41%
B = 13.73%

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

#E45031 (or 0xE45031) is known color: Cinnabar. HEX triplet: E4, 50 and 31. RGB value is (228,80,49). Sum of RGB (Red+Green+Blue) = 228+80+49=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E45031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45031 is #1BAFCE. Grayscale: #787878. Windows color (decimal): -1814479 or 3231972. OLE color: 3231972.

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

Color convert

RGB 228 80 49 -
CMYK 0 0.65 0.79 0.11
HSL 10.39º 0.77% 0.54% -
HSV(B) 10.39º 0.79% 0.89% -
XYZ 35.42 22.45 5.37 -
YUV 120.72 87.53 204.52 -
System Red Green Blue C M Y K H S L
Decimal 228 80 49 0 0.65 0.79 0.11 10.39 0.77 0.54
Hex E4 50 31 0 41 4F B A 4D 36
Octal 344 120 61 0 101 117 13 12 115 66
Binary 11100100 1010000 110001 0 1000001 1001111 1011 1010 1001101 110110

Color Harmonies of #E45031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45031

Black with #E45031

Text Example


Text Example

White with #E45031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45031; }

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

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

background-color css

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

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

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

border-color css

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

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

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