Html Css Color HEX #EB0205 Venetian Red

📋 copy color: '#EB0205'

red 235 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #EB0205

Tints of Venetian Red #EB0205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 97.11%
G = 0.83%
B = 2.07%

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

#EB0205 (or 0xEB0205) is known color: Venetian Red. HEX triplet: EB, 02 and 05. RGB value is (235,2,5). Sum of RGB (Red+Green+Blue) = 235+2+5=242 (32% of max value = 765). Red value is 235 (92.19% from 255 or 97.11% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0205 is #14FDFA. Grayscale: #484848. Windows color (decimal): -1375739 or 328427. OLE color: 328427.

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

Color convert

RGB 235 2 5 -
CMYK 0 0.99 0.98 0.08
HSL 359.23º 0.98% 0.46% -
HSV(B) 359.23º 0.99% 0.92% -
XYZ 34.31 17.72 1.75 -
YUV 72.01 90.19 244.26 -
System Red Green Blue C M Y K H S L
Decimal 235 2 5 0 0.99 0.98 0.08 359.23 0.98 0.46
Hex EB 2 5 0 63 62 8 167 62 2E
Octal 353 2 5 0 143 142 10 547 142 56
Binary 11101011 10 101 0 1100011 1100010 1000 101100111 1100010 101110

Color Harmonies of #EB0205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0205

Black with #EB0205

Text Example


Text Example

White with #EB0205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0205; }

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

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

background-color css

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

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

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

border-color css

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

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

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