Html Css Color HEX #EB020A Venetian Red

📋 copy color: '#EB020A'

red 235 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #EB020A

Tints of Venetian Red #EB020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.05%

R = 95.14%
G = 0.81%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB020A (or 0xEB020A) is known color: Venetian Red. HEX triplet: EB, 02 and 0A. RGB value is (235,2,10). Sum of RGB (Red+Green+Blue) = 235+2+10=247 (32% of max value = 765). Red value is 235 (92.19% from 255 or 95.14% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 235 - color contains mainly: red. Hex color #EB020A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB020A is #14FDF5. Grayscale: #484848. Windows color (decimal): -1375734 or 656107. OLE color: 656107.

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

Color convert

RGB 235 2 10 -
CMYK 0 0.99 0.96 0.08
HSL 357.94º 0.98% 0.46% -
HSV(B) 357.94º 0.99% 0.92% -
XYZ 34.34 17.73 1.9 -
YUV 72.58 92.69 243.85 -
System Red Green Blue C M Y K H S L
Decimal 235 2 10 0 0.99 0.96 0.08 357.94 0.98 0.46
Hex EB 2 A 0 63 60 8 166 62 2E
Octal 353 2 12 0 143 140 10 546 142 56
Binary 11101011 10 1010 0 1100011 1100000 1000 101100110 1100010 101110

Color Harmonies of #EB020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB020A

Black with #EB020A

Text Example


Text Example

White with #EB020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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