Html Css Color HEX #EB2A19 Scarlet

📋 copy color: '#EB2A19'

red 235 ◦ green 42 ◦ blue 25

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

Shades of Scarlet #EB2A19

Tints of Scarlet #EB2A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.91%

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

R = 77.81%
G = 13.91%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB2A19 (or 0xEB2A19) is known color: Scarlet. HEX triplet: EB, 2A and 19. RGB value is (235,42,25). Sum of RGB (Red+Green+Blue) = 235+42+25=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2A19 is #14D5E6. Grayscale: #626262. Windows color (decimal): -1365479 or 1649387. OLE color: 1649387.

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

Color convert

RGB 235 42 25 -
CMYK 0 0.82 0.89 0.08
HSL 4.86º 0.84% 0.51% -
HSV(B) 4.86º 0.89% 0.92% -
XYZ 35.26 19.39 2.8 -
YUV 97.77 86.94 225.88 -
System Red Green Blue C M Y K H S L
Decimal 235 42 25 0 0.82 0.89 0.08 4.86 0.84 0.51
Hex EB 2A 19 0 52 59 8 5 54 33
Octal 353 52 31 0 122 131 10 5 124 63
Binary 11101011 101010 11001 0 1010010 1011001 1000 101 1010100 110011

Color Harmonies of #EB2A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A19

Black with #EB2A19

Text Example


Text Example

White with #EB2A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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