Html Css Color HEX #EB0304 Venetian Red

📋 copy color: '#EB0304'

red 235 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #EB0304

Tints of Venetian Red #EB0304

RGB

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

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

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

R = 97.11%
G = 1.24%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB0304 (or 0xEB0304) is known color: Venetian Red. HEX triplet: EB, 03 and 04. RGB value is (235,3,4). Sum of RGB (Red+Green+Blue) = 235+3+4=242 (32% of max value = 765). Red value is 235 (92.19% from 255 or 97.11% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0304 is #14FCFB. Grayscale: #484848. Windows color (decimal): -1375484 or 263147. OLE color: 263147.

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

Color convert

RGB 235 3 4 -
CMYK 0 0.99 0.98 0.08
HSL 359.74º 0.97% 0.47% -
HSV(B) 359.74º 0.99% 0.92% -
XYZ 34.32 17.74 1.73 -
YUV 72.48 89.36 243.92 -
System Red Green Blue C M Y K H S L
Decimal 235 3 4 0 0.99 0.98 0.08 359.74 0.97 0.47
Hex EB 3 4 0 63 62 8 168 61 2F
Octal 353 3 4 0 143 142 10 550 141 57
Binary 11101011 11 100 0 1100011 1100010 1000 101101000 1100001 101111

Color Harmonies of #EB0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0304

Black with #EB0304

Text Example


Text Example

White with #EB0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0304; }

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

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

background-color css

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

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

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

border-color css

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

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

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