Html Css Color HEX #EB0802 Red

📋 copy color: '#EB0802'

red 235 ◦ green 8 ◦ blue 2

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

Shades of Red #EB0802

Tints of Red #EB0802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

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

R = 95.92%
G = 3.27%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB0802 (or 0xEB0802) is known color: Red. HEX triplet: EB, 08 and 02. RGB value is (235,8,2). Sum of RGB (Red+Green+Blue) = 235+8+2=245 (32% of max value = 765). Red value is 235 (92.19% from 255 or 95.92% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0802 is #14F7FD. Grayscale: #4B4B4B. Windows color (decimal): -1374206 or 133355. OLE color: 133355.

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

Color convert

RGB 235 8 2 -
CMYK 0 0.97 0.99 0.08
HSL 1.55º 0.98% 0.46% -
HSV(B) 1.55º 0.99% 0.92% -
XYZ 34.36 17.84 1.69 -
YUV 75.19 86.71 241.99 -
System Red Green Blue C M Y K H S L
Decimal 235 8 2 0 0.97 0.99 0.08 1.55 0.98 0.46
Hex EB 8 2 0 61 63 8 2 62 2E
Octal 353 10 2 0 141 143 10 2 142 56
Binary 11101011 1000 10 0 1100001 1100011 1000 10 1100010 101110

Color Harmonies of #EB0802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0802

Black with #EB0802

Text Example


Text Example

White with #EB0802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0802; }

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

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

background-color css

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

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

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

border-color css

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

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

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