Html Css Color HEX #EB2119 Scarlet

📋 copy color: '#EB2119'

red 235 ◦ green 33 ◦ blue 25

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

Shades of Scarlet #EB2119

Tints of Scarlet #EB2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.26%

 BLUE value IS 25 (10.16% from 255) = 8.53%

R = 80.2%
G = 11.26%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB2119 (or 0xEB2119) is known color: Scarlet. HEX triplet: EB, 21 and 19. RGB value is (235,33,25). Sum of RGB (Red+Green+Blue) = 235+33+25=293 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.20% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2119 is #14DEE6. Grayscale: #5C5C5C. Windows color (decimal): -1367783 or 1647083. OLE color: 1647083.

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

Color convert

RGB 235 33 25 -
CMYK 0 0.86 0.89 0.08
HSL 2.29º 0.84% 0.51% -
HSV(B) 2.29º 0.89% 0.92% -
XYZ 34.98 18.82 2.71 -
YUV 92.49 89.92 229.65 -
System Red Green Blue C M Y K H S L
Decimal 235 33 25 0 0.86 0.89 0.08 2.29 0.84 0.51
Hex EB 21 19 0 56 59 8 2 54 33
Octal 353 41 31 0 126 131 10 2 124 63
Binary 11101011 100001 11001 0 1010110 1011001 1000 10 1010100 110011

Color Harmonies of #EB2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2119

Black with #EB2119

Text Example


Text Example

White with #EB2119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2119; }

 p { color: rgb(235,33,25); }

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

background-color css

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

 a { background-color: rgb(235,33,25); }

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

border-color css

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

 span { border-color: rgb(235,33,25); }

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