Html Css Color HEX #EB2019 Scarlet

📋 copy color: '#EB2019'

red 235 ◦ green 32 ◦ blue 25

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

Shades of Scarlet #EB2019

Tints of Scarlet #EB2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

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

R = 80.48%
G = 10.96%
B = 8.56%

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

#EB2019 (or 0xEB2019) is known color: Scarlet. HEX triplet: EB, 20 and 19. RGB value is (235,32,25). Sum of RGB (Red+Green+Blue) = 235+32+25=292 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.48% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2019 is #14DFE6. Grayscale: #5C5C5C. Windows color (decimal): -1368039 or 1646827. OLE color: 1646827.

HSL color Cylindrical-coordinate representation of color #EB2019: hue angle of 2º 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 #EB2019 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 32 25 -
CMYK 0 0.86 0.89 0.08
HSL 0.84% 0.51% -
HSV(B) 0.89% 0.92% -
XYZ 34.95 18.77 2.7 -
YUV 91.9 90.25 230.07 -
System Red Green Blue C M Y K H S L
Decimal 235 32 25 0 0.86 0.89 0.08 2 0.84 0.51
Hex EB 20 19 0 56 59 8 2 54 33
Octal 353 40 31 0 126 131 10 2 124 63
Binary 11101011 100000 11001 0 1010110 1011001 1000 10 1010100 110011

Color Harmonies of #EB2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2019

Black with #EB2019

Text Example


Text Example

White with #EB2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2019; }

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

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

background-color css

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

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

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

border-color css

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

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

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