Html Css Color HEX #E7301F Cinnabar

📋 copy color: '#E7301F'

red 231 ◦ green 48 ◦ blue 31

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

Shades of Cinnabar #E7301F

Tints of Cinnabar #E7301F

RGB

 RED value IS 231 (90.63% from 255) = 74.52%

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

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

R = 74.52%
G = 15.48%
B = 10%

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

#E7301F (or 0xE7301F) is known color: Cinnabar. HEX triplet: E7, 30 and 1F. RGB value is (231,48,31). Sum of RGB (Red+Green+Blue) = 231+48+31=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7301F is #18CFE0. Grayscale: #656565. Windows color (decimal): -1626081 or 2044135. OLE color: 2044135.

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

Color convert

RGB 231 48 31 -
CMYK 0 0.79 0.87 0.09
HSL 5.1º 0.81% 0.51% -
HSV(B) 5.1º 0.87% 0.91% -
XYZ 34.26 19.2 3.2 -
YUV 100.78 88.63 220.88 -
System Red Green Blue C M Y K H S L
Decimal 231 48 31 0 0.79 0.87 0.09 5.1 0.81 0.51
Hex E7 30 1F 0 4F 57 9 5 51 33
Octal 347 60 37 0 117 127 11 5 121 63
Binary 11100111 110000 11111 0 1001111 1010111 1001 101 1010001 110011

Color Harmonies of #E7301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7301F

Black with #E7301F

Text Example


Text Example

White with #E7301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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