Html Css Color HEX #EA0710 Venetian Red

📋 copy color: '#EA0710'

red 234 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #EA0710

Tints of Venetian Red #EA0710

RGB

 RED value IS 234 (91.8% from 255) = 91.05%

 GREEN value IS 7 (3.13% from 255) = 2.72%

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

R = 91.05%
G = 2.72%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA0710 (or 0xEA0710) is known color: Venetian Red. HEX triplet: EA, 07 and 10. RGB value is (234,7,16). Sum of RGB (Red+Green+Blue) = 234+7+16=257 (34% of max value = 765). Red value is 234 (91.80% from 255 or 91.05% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0710 is #15F8EF. Grayscale: #4C4C4C. Windows color (decimal): -1439984 or 1050602. OLE color: 1050602.

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

Color convert

RGB 234 7 16 -
CMYK 0 0.97 0.93 0.08
HSL 357.62º 0.94% 0.47% -
HSV(B) 357.62º 0.97% 0.92% -
XYZ 34.1 17.68 2.11 -
YUV 75.9 94.21 240.77 -
System Red Green Blue C M Y K H S L
Decimal 234 7 16 0 0.97 0.93 0.08 357.62 0.94 0.47
Hex EA 7 10 0 61 5D 8 166 5E 2F
Octal 352 7 20 0 141 135 10 546 136 57
Binary 11101010 111 10000 0 1100001 1011101 1000 101100110 1011110 101111

Color Harmonies of #EA0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0710

Black with #EA0710

Text Example


Text Example

White with #EA0710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0710; }

 p { color: rgb(234,7,16); }

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

background-color css

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

 a { background-color: rgb(234,7,16); }

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

border-color css

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

 span { border-color: rgb(234,7,16); }

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