Html Css Color HEX #E7481B Cinnabar

📋 copy color: '#E7481B'

red 231 ◦ green 72 ◦ blue 27

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

Shades of Cinnabar #E7481B

Tints of Cinnabar #E7481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 70%
G = 21.82%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7481B (or 0xE7481B) is known color: Cinnabar. HEX triplet: E7, 48 and 1B. RGB value is (231,72,27). Sum of RGB (Red+Green+Blue) = 231+72+27=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7481B is #18B7E4. Grayscale: #727272. Windows color (decimal): -1619941 or 1788135. OLE color: 1788135.

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

Color convert

RGB 231 72 27 -
CMYK 0 0.69 0.88 0.09
HSL 13.24º 0.81% 0.51% -
HSV(B) 13.24º 0.88% 0.91% -
XYZ 35.47 21.7 3.36 -
YUV 114.41 78.68 211.16 -
System Red Green Blue C M Y K H S L
Decimal 231 72 27 0 0.69 0.88 0.09 13.24 0.81 0.51
Hex E7 48 1B 0 45 58 9 D 51 33
Octal 347 110 33 0 105 130 11 15 121 63
Binary 11100111 1001000 11011 0 1000101 1011000 1001 1101 1010001 110011

Color Harmonies of #E7481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7481B

Black with #E7481B

Text Example


Text Example

White with #E7481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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