Html Css Color HEX #EB1D19 Scarlet

📋 copy color: '#EB1D19'

red 235 ◦ green 29 ◦ blue 25

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

Shades of Scarlet #EB1D19

Tints of Scarlet #EB1D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.03%

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

R = 81.31%
G = 10.03%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB1D19 (or 0xEB1D19) is known color: Scarlet. HEX triplet: EB, 1D and 19. RGB value is (235,29,25). Sum of RGB (Red+Green+Blue) = 235+29+25=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1D19 is #14E2E6. Grayscale: #5A5A5A. Windows color (decimal): -1368807 or 1646059. OLE color: 1646059.

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

Color convert

RGB 235 29 25 -
CMYK 0 0.88 0.89 0.08
HSL 1.14º 0.84% 0.51% -
HSV(B) 1.14º 0.89% 0.92% -
XYZ 34.88 18.61 2.67 -
YUV 90.14 91.25 231.33 -
System Red Green Blue C M Y K H S L
Decimal 235 29 25 0 0.88 0.89 0.08 1.14 0.84 0.51
Hex EB 1D 19 0 58 59 8 1 54 33
Octal 353 35 31 0 130 131 10 1 124 63
Binary 11101011 11101 11001 0 1011000 1011001 1000 1 1010100 110011

Color Harmonies of #EB1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D19

Black with #EB1D19

Text Example


Text Example

White with #EB1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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