Html Css Color HEX #EB010A Venetian Red

📋 copy color: '#EB010A'

red 235 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #EB010A

Tints of Venetian Red #EB010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 95.53%
G = 0.41%
B = 4.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB010A (or 0xEB010A) is known color: Venetian Red. HEX triplet: EB, 01 and 0A. RGB value is (235,1,10). Sum of RGB (Red+Green+Blue) = 235+1+10=246 (32% of max value = 765). Red value is 235 (92.19% from 255 or 95.53% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 235 - color contains mainly: red. Hex color #EB010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB010A is #14FEF5. Grayscale: #484848. Windows color (decimal): -1375990 or 655851. OLE color: 655851.

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

Color convert

RGB 235 1 10 -
CMYK 0 1.00 0.96 0.08
HSL 357.69º 0.99% 0.46% -
HSV(B) 357.69º 1% 0.92% -
XYZ 34.33 17.71 1.9 -
YUV 71.99 93.02 244.27 -
System Red Green Blue C M Y K H S L
Decimal 235 1 10 0 1.00 0.96 0.08 357.69 0.99 0.46
Hex EB 1 A 0 64 60 8 166 63 2E
Octal 353 1 12 0 144 140 10 546 143 56
Binary 11101011 1 1010 0 1100100 1100000 1000 101100110 1100011 101110

Color Harmonies of #EB010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB010A

Black with #EB010A

Text Example


Text Example

White with #EB010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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