Html Css Color HEX #E8301E Cinnabar

📋 copy color: '#E8301E'

red 232 ◦ green 48 ◦ blue 30

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

Shades of Cinnabar #E8301E

Tints of Cinnabar #E8301E

RGB

 RED value IS 232 (91.02% from 255) = 74.84%

 GREEN value IS 48 (19.14% from 255) = 15.48%

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 74.84%
G = 15.48%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8301E (or 0xE8301E) is known color: Cinnabar. HEX triplet: E8, 30 and 1E. RGB value is (232,48,30). Sum of RGB (Red+Green+Blue) = 232+48+30=310 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.84% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 232 - color contains mainly: red. Hex color #E8301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8301E is #17CFE1. Grayscale: #656565. Windows color (decimal): -1560546 or 1978600. OLE color: 1978600.

HSL color Cylindrical-coordinate representation of color #E8301E: hue angle of 5.35º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8301E is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 48 30 -
CMYK 0 0.79 0.87 0.09
HSL 5.35º 0.81% 0.51% -
HSV(B) 5.35º 0.87% 0.91% -
XYZ 34.57 19.36 3.14 -
YUV 100.96 87.96 221.46 -
System Red Green Blue C M Y K H S L
Decimal 232 48 30 0 0.79 0.87 0.09 5.35 0.81 0.51
Hex E8 30 1E 0 4F 57 9 5 51 33
Octal 350 60 36 0 117 127 11 5 121 63
Binary 11101000 110000 11110 0 1001111 1010111 1001 101 1010001 110011

Color Harmonies of #E8301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8301E

Black with #E8301E

Text Example


Text Example

White with #E8301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8301E; }

 p { color: rgb(232,48,30); }

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

background-color css

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

 a { background-color: rgb(232,48,30); }

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

border-color css

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

 span { border-color: rgb(232,48,30); }

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