Html Css Color HEX #E7160B Scarlet

📋 copy color: '#E7160B'

red 231 ◦ green 22 ◦ blue 11

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

Shades of Scarlet #E7160B

Tints of Scarlet #E7160B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 87.5%
G = 8.33%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7160B (or 0xE7160B) is known color: Scarlet. HEX triplet: E7, 16 and 0B. RGB value is (231,22,11). Sum of RGB (Red+Green+Blue) = 231+22+11=264 (34% of max value = 765). Red value is 231 (90.62% from 255 or 87.5% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 231 - color contains mainly: red. Hex color #E7160B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7160B is #18E9F4. Grayscale: #535353. Windows color (decimal): -1632757 or 726759. OLE color: 726759.

HSL color Cylindrical-coordinate representation of color #E7160B: hue angle of 3º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7160B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 22 11 -
CMYK 0 0.90 0.95 0.09
HSL 0.91% 0.47% -
HSV(B) 0.95% 0.91% -
XYZ 33.3 17.59 1.96 -
YUV 83.24 87.24 233.39 -
System Red Green Blue C M Y K H S L
Decimal 231 22 11 0 0.90 0.95 0.09 3 0.91 0.47
Hex E7 16 B 0 5A 5F 9 3 5B 2F
Octal 347 26 13 0 132 137 11 3 133 57
Binary 11100111 10110 1011 0 1011010 1011111 1001 11 1011011 101111

Color Harmonies of #E7160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7160B

Black with #E7160B

Text Example


Text Example

White with #E7160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7160B; }

 p { color: rgb(231,22,11); }

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

background-color css

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

 a { background-color: rgb(231,22,11); }

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

border-color css

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

 span { border-color: rgb(231,22,11); }

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