Html Css Color HEX #EB2101 Scarlet

📋 copy color: '#EB2101'

red 235 ◦ green 33 ◦ blue 1

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

Shades of Scarlet #EB2101

Tints of Scarlet #EB2101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.27%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 87.36%
G = 12.27%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB2101 (or 0xEB2101) is known color: Scarlet. HEX triplet: EB, 21 and 01. RGB value is (235,33,1). Sum of RGB (Red+Green+Blue) = 235+33+1=269 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.36% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2101 is #14DEFE. Grayscale: #5A5A5A. Windows color (decimal): -1367807 or 74219. OLE color: 74219.

HSL color Cylindrical-coordinate representation of color #EB2101: hue angle of 8.21º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB2101 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 33 1 -
CMYK 0 0.86 1.00 0.08
HSL 8.21º 0.99% 0.46% -
HSV(B) 8.21º 1% 0.92% -
XYZ 34.81 18.75 1.81 -
YUV 89.75 77.92 231.6 -
System Red Green Blue C M Y K H S L
Decimal 235 33 1 0 0.86 1.00 0.08 8.21 0.99 0.46
Hex EB 21 1 0 56 64 8 8 63 2E
Octal 353 41 1 0 126 144 10 10 143 56
Binary 11101011 100001 1 0 1010110 1100100 1000 1000 1100011 101110

Color Harmonies of #EB2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2101

Black with #EB2101

Text Example


Text Example

White with #EB2101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2101; }

 p { color: rgb(235,33,1); }

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

background-color css

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

 a { background-color: rgb(235,33,1); }

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

border-color css

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

 span { border-color: rgb(235,33,1); }

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