Html Css Color HEX #EB1413 Scarlet

📋 copy color: '#EB1413'

red 235 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #EB1413

Tints of Scarlet #EB1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

 BLUE value IS 19 (7.81% from 255) = 6.93%

R = 85.77%
G = 7.3%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB1413 (or 0xEB1413) is known color: Scarlet. HEX triplet: EB, 14 and 13. RGB value is (235,20,19). Sum of RGB (Red+Green+Blue) = 235+20+19=274 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.77% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1413 is #14EBEC. Grayscale: #545454. Windows color (decimal): -1371117 or 1250539. OLE color: 1250539.

HSL color Cylindrical-coordinate representation of color #EB1413: hue angle of 0.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB1413 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 20 19 -
CMYK 0 0.91 0.92 0.08
HSL 0.28º 0.85% 0.5% -
HSV(B) 0.28º 0.92% 0.92% -
XYZ 34.63 18.21 2.31 -
YUV 84.17 91.23 235.58 -
System Red Green Blue C M Y K H S L
Decimal 235 20 19 0 0.91 0.92 0.08 0.28 0.85 0.5
Hex EB 14 13 0 5B 5C 8 0 55 32
Octal 353 24 23 0 133 134 10 0 125 62
Binary 11101011 10100 10011 0 1011011 1011100 1000 0 1010101 110010

Color Harmonies of #EB1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1413

Black with #EB1413

Text Example


Text Example

White with #EB1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1413; }

 p { color: rgb(235,20,19); }

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

background-color css

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

 a { background-color: rgb(235,20,19); }

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

border-color css

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

 span { border-color: rgb(235,20,19); }

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