Html Css Color HEX #EB2201 Scarlet

📋 copy color: '#EB2201'

red 235 ◦ green 34 ◦ blue 1

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

Shades of Scarlet #EB2201

Tints of Scarlet #EB2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.59%

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

R = 87.04%
G = 12.59%
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

#EB2201 (or 0xEB2201) is known color: Scarlet. HEX triplet: EB, 22 and 01. RGB value is (235,34,1). Sum of RGB (Red+Green+Blue) = 235+34+1=270 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.04% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2201 is #14DDFE. Grayscale: #5A5A5A. Windows color (decimal): -1367551 or 74475. OLE color: 74475.

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

Color convert

RGB 235 34 1 -
CMYK 0 0.86 1.00 0.08
HSL 8.46º 0.99% 0.46% -
HSV(B) 8.46º 1% 0.92% -
XYZ 34.84 18.81 1.82 -
YUV 90.34 77.59 231.18 -
System Red Green Blue C M Y K H S L
Decimal 235 34 1 0 0.86 1.00 0.08 8.46 0.99 0.46
Hex EB 22 1 0 56 64 8 8 63 2E
Octal 353 42 1 0 126 144 10 10 143 56
Binary 11101011 100010 1 0 1010110 1100100 1000 1000 1100011 101110

Color Harmonies of #EB2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2201

Black with #EB2201

Text Example


Text Example

White with #EB2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2201; }

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

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

background-color css

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

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

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

border-color css

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

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

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