Html Css Color HEX #EA0610 Venetian Red

📋 copy color: '#EA0610'

red 234 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #EA0610

Tints of Venetian Red #EA0610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 91.41%
G = 2.34%
B = 6.25%

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

#EA0610 (or 0xEA0610) is known color: Venetian Red. HEX triplet: EA, 06 and 10. RGB value is (234,6,16). Sum of RGB (Red+Green+Blue) = 234+6+16=256 (33% of max value = 765). Red value is 234 (91.80% from 255 or 91.41% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0610 is #15F9EF. Grayscale: #4B4B4B. Windows color (decimal): -1440240 or 1050346. OLE color: 1050346.

HSL color Cylindrical-coordinate representation of color #EA0610: hue angle of 357.37º degrees, saturation: 0.95, 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 #EA0610 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 6 16 -
CMYK 0 0.97 0.93 0.08
HSL 357.37º 0.95% 0.47% -
HSV(B) 357.37º 0.97% 0.92% -
XYZ 34.09 17.66 2.1 -
YUV 75.31 94.54 241.19 -
System Red Green Blue C M Y K H S L
Decimal 234 6 16 0 0.97 0.93 0.08 357.37 0.95 0.47
Hex EA 6 10 0 61 5D 8 165 5F 2F
Octal 352 6 20 0 141 135 10 545 137 57
Binary 11101010 110 10000 0 1100001 1011101 1000 101100101 1011111 101111

Color Harmonies of #EA0610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0610

Black with #EA0610

Text Example


Text Example

White with #EA0610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0610; }

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

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

background-color css

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

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

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

border-color css

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

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

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