Html Css Color HEX #EB1A16 Scarlet

📋 copy color: '#EB1A16'

red 235 ◦ green 26 ◦ blue 22

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

Shades of Scarlet #EB1A16

Tints of Scarlet #EB1A16

RGB

 RED value IS 235 (92.19% from 255) = 83.04%

 GREEN value IS 26 (10.55% from 255) = 9.19%

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 83.04%
G = 9.19%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB1A16 (or 0xEB1A16) is known color: Scarlet. HEX triplet: EB, 1A and 16. RGB value is (235,26,22). Sum of RGB (Red+Green+Blue) = 235+26+22=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1A16 is #14E5E9. Grayscale: #585858. Windows color (decimal): -1369578 or 1448683. OLE color: 1448683.

HSL color Cylindrical-coordinate representation of color #EB1A16: hue angle of 1.13º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB1A16 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 26 22 -
CMYK 0 0.89 0.91 0.08
HSL 1.13º 0.84% 0.5% -
HSV(B) 1.13º 0.91% 0.92% -
XYZ 34.78 18.46 2.49 -
YUV 88.04 90.74 232.83 -
System Red Green Blue C M Y K H S L
Decimal 235 26 22 0 0.89 0.91 0.08 1.13 0.84 0.5
Hex EB 1A 16 0 59 5B 8 1 54 32
Octal 353 32 26 0 131 133 10 1 124 62
Binary 11101011 11010 10110 0 1011001 1011011 1000 1 1010100 110010

Color Harmonies of #EB1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1A16

Black with #EB1A16

Text Example


Text Example

White with #EB1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1A16; }

 p { color: rgb(235,26,22); }

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

background-color css

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

 a { background-color: rgb(235,26,22); }

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

border-color css

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

 span { border-color: rgb(235,26,22); }

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