Html Css Color HEX #EB0400 Red

📋 copy color: '#EB0400'

red 235 ◦ green 4 ◦ blue 0

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

Shades of Red #EB0400

Tints of Red #EB0400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.33%
G = 1.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB0400 (or 0xEB0400) is known color: Red. HEX triplet: EB, 04 and 00. RGB value is (235,4,0). Sum of RGB (Red+Green+Blue) = 235+4+0=239 (31% of max value = 765). Red value is 235 (92.19% from 255 or 98.33% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0400 is #14FBFF. Grayscale: #484848. Windows color (decimal): -1375232 or 1259. OLE color: 1259.

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

Color convert

RGB 235 4 0 -
CMYK 0 0.98 1 0.08
HSL 1.02º 1% 0.46% -
HSV(B) 1.02º 1% 0.92% -
XYZ 34.3 17.75 1.62 -
YUV 72.61 87.03 243.83 -
System Red Green Blue C M Y K H S L
Decimal 235 4 0 0 0.98 1 0.08 1.02 1 0.46
Hex EB 4 0 0 62 64 8 1 64 2E
Octal 353 4 0 0 142 144 10 1 144 56
Binary 11101011 100 0 0 1100010 1100100 1000 1 1100100 101110

Color Harmonies of #EB0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0400

Black with #EB0400

Text Example


Text Example

White with #EB0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0400; }

 p { color: rgb(235,4,0); }

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

background-color css

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

 a { background-color: rgb(235,4,0); }

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

border-color css

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

 span { border-color: rgb(235,4,0); }

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