Html Css Color HEX #EB0303 Red

📋 copy color: '#EB0303'

red 235 ◦ green 3 ◦ blue 3

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

Shades of Red #EB0303

Tints of Red #EB0303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 97.51%
G = 1.24%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB0303 (or 0xEB0303) is known color: Red. HEX triplet: EB, 03 and 03. RGB value is (235,3,3). Sum of RGB (Red+Green+Blue) = 235+3+3=241 (31% of max value = 765). Red value is 235 (92.19% from 255 or 97.51% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0303 is #14FCFC. Grayscale: #484848. Windows color (decimal): -1375485 or 197611. OLE color: 197611.

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

Color convert

RGB 235 3 3 -
CMYK 0 0.99 0.99 0.08
HSL 0.97% 0.47% -
HSV(B) 0.99% 0.92% -
XYZ 34.31 17.73 1.7 -
YUV 72.37 88.86 244 -
System Red Green Blue C M Y K H S L
Decimal 235 3 3 0 0.99 0.99 0.08 0 0.97 0.47
Hex EB 3 3 0 63 63 8 0 61 2F
Octal 353 3 3 0 143 143 10 0 141 57
Binary 11101011 11 11 0 1100011 1100011 1000 0 1100001 101111

Color Harmonies of #EB0303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0303

Black with #EB0303

Text Example


Text Example

White with #EB0303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0303; }

 p { color: rgb(235,3,3); }

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

background-color css

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

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

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

border-color css

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

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

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