Html Css Color HEX #EB2919 Scarlet

📋 copy color: '#EB2919'

red 235 ◦ green 41 ◦ blue 25

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

Shades of Scarlet #EB2919

Tints of Scarlet #EB2919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

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

R = 78.07%
G = 13.62%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB2919 (or 0xEB2919) is known color: Scarlet. HEX triplet: EB, 29 and 19. RGB value is (235,41,25). Sum of RGB (Red+Green+Blue) = 235+41+25=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2919 is #14D6E6. Grayscale: #616161. Windows color (decimal): -1365735 or 1649131. OLE color: 1649131.

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

Color convert

RGB 235 41 25 -
CMYK 0 0.83 0.89 0.08
HSL 4.57º 0.84% 0.51% -
HSV(B) 4.57º 0.89% 0.92% -
XYZ 35.23 19.32 2.79 -
YUV 97.18 87.27 226.3 -
System Red Green Blue C M Y K H S L
Decimal 235 41 25 0 0.83 0.89 0.08 4.57 0.84 0.51
Hex EB 29 19 0 53 59 8 5 54 33
Octal 353 51 31 0 123 131 10 5 124 63
Binary 11101011 101001 11001 0 1010011 1011001 1000 101 1010100 110011

Color Harmonies of #EB2919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2919

Black with #EB2919

Text Example


Text Example

White with #EB2919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2919; }

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

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

background-color css

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

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

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

border-color css

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

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

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