Html Css Color HEX #E5160B Scarlet

📋 copy color: '#E5160B'

red 229 ◦ green 22 ◦ blue 11

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

Shades of Scarlet #E5160B

Tints of Scarlet #E5160B

RGB

 RED value IS 229 (89.84% from 255) = 87.4%

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

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

R = 87.4%
G = 8.4%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5160B (or 0xE5160B) is known color: Scarlet. HEX triplet: E5, 16 and 0B. RGB value is (229,22,11). Sum of RGB (Red+Green+Blue) = 229+22+11=262 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.40% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 229 - color contains mainly: red. Hex color #E5160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5160B is #1AE9F4. Grayscale: #525252. Windows color (decimal): -1763829 or 726757. OLE color: 726757.

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

Color convert

RGB 229 22 11 -
CMYK 0 0.90 0.95 0.10
HSL 3.03º 0.91% 0.47% -
HSV(B) 3.03º 0.95% 0.9% -
XYZ 32.66 17.26 1.93 -
YUV 82.64 87.58 232.39 -
System Red Green Blue C M Y K H S L
Decimal 229 22 11 0 0.90 0.95 0.10 3.03 0.91 0.47
Hex E5 16 B 0 5A 5F A 3 5B 2F
Octal 345 26 13 0 132 137 12 3 133 57
Binary 11100101 10110 1011 0 1011010 1011111 1010 11 1011011 101111

Color Harmonies of #E5160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5160B

Black with #E5160B

Text Example


Text Example

White with #E5160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5160B; }

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

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

background-color css

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

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

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

border-color css

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

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

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