Html Css Color HEX #EB0504 Red

📋 copy color: '#EB0504'

red 235 ◦ green 5 ◦ blue 4

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

Shades of Red #EB0504

Tints of Red #EB0504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.64%

R = 96.31%
G = 2.05%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB0504 (or 0xEB0504) is known color: Red. HEX triplet: EB, 05 and 04. RGB value is (235,5,4). Sum of RGB (Red+Green+Blue) = 235+5+4=244 (32% of max value = 765). Red value is 235 (92.19% from 255 or 96.31% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0504 is #14FAFB. Grayscale: #494949. Windows color (decimal): -1374972 or 263659. OLE color: 263659.

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

Color convert

RGB 235 5 4 -
CMYK 0 0.98 0.98 0.08
HSL 0.26º 0.97% 0.47% -
HSV(B) 0.26º 0.98% 0.92% -
XYZ 34.34 17.78 1.74 -
YUV 73.66 88.7 243.08 -
System Red Green Blue C M Y K H S L
Decimal 235 5 4 0 0.98 0.98 0.08 0.26 0.97 0.47
Hex EB 5 4 0 62 62 8 0 61 2F
Octal 353 5 4 0 142 142 10 0 141 57
Binary 11101011 101 100 0 1100010 1100010 1000 0 1100001 101111

Color Harmonies of #EB0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0504

Black with #EB0504

Text Example


Text Example

White with #EB0504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0504; }

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

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

background-color css

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

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

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

border-color css

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

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

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