Html Css Color HEX #E8301F Cinnabar

📋 copy color: '#E8301F'

red 232 ◦ green 48 ◦ blue 31

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

Shades of Cinnabar #E8301F

Tints of Cinnabar #E8301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.97%

R = 74.6%
G = 15.43%
B = 9.97%

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

#E8301F (or 0xE8301F) is known color: Cinnabar. HEX triplet: E8, 30 and 1F. RGB value is (232,48,31). Sum of RGB (Red+Green+Blue) = 232+48+31=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E8301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8301F is #17CFE0. Grayscale: #656565. Windows color (decimal): -1560545 or 2044136. OLE color: 2044136.

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

Color convert

RGB 232 48 31 -
CMYK 0 0.79 0.87 0.09
HSL 5.07º 0.81% 0.52% -
HSV(B) 5.07º 0.87% 0.91% -
XYZ 34.58 19.37 3.21 -
YUV 101.08 88.46 221.38 -
System Red Green Blue C M Y K H S L
Decimal 232 48 31 0 0.79 0.87 0.09 5.07 0.81 0.52
Hex E8 30 1F 0 4F 57 9 5 51 34
Octal 350 60 37 0 117 127 11 5 121 64
Binary 11101000 110000 11111 0 1001111 1010111 1001 101 1010001 110100

Color Harmonies of #E8301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8301F

Black with #E8301F

Text Example


Text Example

White with #E8301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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