Html Css Color HEX #EB0502 Red

📋 copy color: '#EB0502'

red 235 ◦ green 5 ◦ blue 2

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

Shades of Red #EB0502

Tints of Red #EB0502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 97.11%
G = 2.07%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB0502 (or 0xEB0502) is known color: Red. HEX triplet: EB, 05 and 02. RGB value is (235,5,2). Sum of RGB (Red+Green+Blue) = 235+5+2=242 (32% of max value = 765). Red value is 235 (92.19% from 255 or 97.11% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0502 is #14FAFD. Grayscale: #494949. Windows color (decimal): -1374974 or 132587. OLE color: 132587.

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

Color convert

RGB 235 5 2 -
CMYK 0 0.98 0.99 0.08
HSL 0.77º 0.98% 0.46% -
HSV(B) 0.77º 0.99% 0.92% -
XYZ 34.33 17.78 1.68 -
YUV 73.43 87.7 243.24 -
System Red Green Blue C M Y K H S L
Decimal 235 5 2 0 0.98 0.99 0.08 0.77 0.98 0.46
Hex EB 5 2 0 62 63 8 1 62 2E
Octal 353 5 2 0 142 143 10 1 142 56
Binary 11101011 101 10 0 1100010 1100011 1000 1 1100010 101110

Color Harmonies of #EB0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0502

Black with #EB0502

Text Example


Text Example

White with #EB0502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0502; }

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

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

background-color css

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

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

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

border-color css

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

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

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