Html Css Color HEX #EB0410 Venetian Red

📋 copy color: '#EB0410'

red 235 ◦ green 4 ◦ blue 16

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

Shades of Venetian Red #EB0410

Tints of Venetian Red #EB0410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 92.16%
G = 1.57%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB0410 (or 0xEB0410) is known color: Venetian Red. HEX triplet: EB, 04 and 10. RGB value is (235,4,16). Sum of RGB (Red+Green+Blue) = 235+4+16=255 (33% of max value = 765). Red value is 235 (92.19% from 255 or 92.16% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0410 is #14FBEF. Grayscale: #4A4A4A. Windows color (decimal): -1375216 or 1049835. OLE color: 1049835.

HSL color Cylindrical-coordinate representation of color #EB0410: hue angle of 356.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB0410 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 4 16 -
CMYK 0 0.98 0.93 0.08
HSL 356.88º 0.97% 0.47% -
HSV(B) 356.88º 0.98% 0.92% -
XYZ 34.4 17.79 2.11 -
YUV 74.44 95.03 242.52 -
System Red Green Blue C M Y K H S L
Decimal 235 4 16 0 0.98 0.93 0.08 356.88 0.97 0.47
Hex EB 4 10 0 62 5D 8 165 61 2F
Octal 353 4 20 0 142 135 10 545 141 57
Binary 11101011 100 10000 0 1100010 1011101 1000 101100101 1100001 101111

Color Harmonies of #EB0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0410

Black with #EB0410

Text Example


Text Example

White with #EB0410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0410; }

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

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

background-color css

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

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

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

border-color css

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

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

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