Html Css Color HEX #E7481F Cinnabar

📋 copy color: '#E7481F'

red 231 ◦ green 72 ◦ blue 31

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

Shades of Cinnabar #E7481F

Tints of Cinnabar #E7481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

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

R = 69.16%
G = 21.56%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7481F (or 0xE7481F) is known color: Cinnabar. HEX triplet: E7, 48 and 1F. RGB value is (231,72,31). Sum of RGB (Red+Green+Blue) = 231+72+31=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E7481F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7481F is #18B7E0. Grayscale: #737373. Windows color (decimal): -1619937 or 2050279. OLE color: 2050279.

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

Color convert

RGB 231 72 31 -
CMYK 0 0.69 0.87 0.09
HSL 12.3º 0.81% 0.51% -
HSV(B) 12.3º 0.87% 0.91% -
XYZ 35.52 21.72 3.62 -
YUV 114.87 80.68 210.83 -
System Red Green Blue C M Y K H S L
Decimal 231 72 31 0 0.69 0.87 0.09 12.3 0.81 0.51
Hex E7 48 1F 0 45 57 9 C 51 33
Octal 347 110 37 0 105 127 11 14 121 63
Binary 11100111 1001000 11111 0 1000101 1010111 1001 1100 1010001 110011

Color Harmonies of #E7481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7481F

Black with #E7481F

Text Example


Text Example

White with #E7481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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