Html Css Color HEX #EB0201 Red

📋 copy color: '#EB0201'

red 235 ◦ green 2 ◦ blue 1

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

Shades of Red #EB0201

Tints of Red #EB0201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 98.74%
G = 0.84%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB0201 (or 0xEB0201) is known color: Red. HEX triplet: EB, 02 and 01. RGB value is (235,2,1). Sum of RGB (Red+Green+Blue) = 235+2+1=238 (31% of max value = 765). Red value is 235 (92.19% from 255 or 98.74% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0201 is #14FDFE. Grayscale: #474747. Windows color (decimal): -1375743 or 66283. OLE color: 66283.

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

Color convert

RGB 235 2 1 -
CMYK 0 0.99 1.00 0.08
HSL 0.26º 0.99% 0.46% -
HSV(B) 0.26º 1% 0.92% -
XYZ 34.29 17.71 1.64 -
YUV 71.55 88.19 244.58 -
System Red Green Blue C M Y K H S L
Decimal 235 2 1 0 0.99 1.00 0.08 0.26 0.99 0.46
Hex EB 2 1 0 63 64 8 0 63 2E
Octal 353 2 1 0 143 144 10 0 143 56
Binary 11101011 10 1 0 1100011 1100100 1000 0 1100011 101110

Color Harmonies of #EB0201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0201

Black with #EB0201

Text Example


Text Example

White with #EB0201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0201; }

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

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

background-color css

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

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

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

border-color css

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

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

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