Html Css Color HEX #EB0203 Venetian Red

📋 copy color: '#EB0203'

red 235 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #EB0203

Tints of Venetian Red #EB0203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 97.92%
G = 0.83%
B = 1.25%

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

#EB0203 (or 0xEB0203) is known color: Venetian Red. HEX triplet: EB, 02 and 03. RGB value is (235,2,3). Sum of RGB (Red+Green+Blue) = 235+2+3=240 (31% of max value = 765). Red value is 235 (92.19% from 255 or 97.92% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0203 is #14FDFC. Grayscale: #484848. Windows color (decimal): -1375741 or 197355. OLE color: 197355.

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

Color convert

RGB 235 2 3 -
CMYK 0 0.99 0.99 0.08
HSL 359.74º 0.98% 0.46% -
HSV(B) 359.74º 0.99% 0.92% -
XYZ 34.3 17.71 1.7 -
YUV 71.78 89.19 244.42 -
System Red Green Blue C M Y K H S L
Decimal 235 2 3 0 0.99 0.99 0.08 359.74 0.98 0.46
Hex EB 2 3 0 63 63 8 168 62 2E
Octal 353 2 3 0 143 143 10 550 142 56
Binary 11101011 10 11 0 1100011 1100011 1000 101101000 1100010 101110

Color Harmonies of #EB0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0203

Black with #EB0203

Text Example


Text Example

White with #EB0203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0203; }

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

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

background-color css

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

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

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

border-color css

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

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

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