Html Css Color HEX #EA000A Venetian Red

📋 copy color: '#EA000A'

red 234 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #EA000A

Tints of Venetian Red #EA000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.9%
G = 0%
B = 4.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA000A (or 0xEA000A) is known color: Venetian Red. HEX triplet: EA, 00 and 0A. RGB value is (234,0,10). Sum of RGB (Red+Green+Blue) = 234+0+10=244 (32% of max value = 765). Red value is 234 (91.80% from 255 or 95.90% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 234 - color contains mainly: red. Hex color #EA000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA000A is #15FFF5. Grayscale: #474747. Windows color (decimal): -1441782 or 655594. OLE color: 655594.

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

Color convert

RGB 234 0 10 -
CMYK 0 1 0.96 0.08
HSL 357.44º 1% 0.46% -
HSV(B) 357.44º 1% 0.92% -
XYZ 33.99 17.51 1.88 -
YUV 71.11 93.52 244.19 -
System Red Green Blue C M Y K H S L
Decimal 234 0 10 0 1 0.96 0.08 357.44 1 0.46
Hex EA 0 A 0 64 60 8 165 64 2E
Octal 352 0 12 0 144 140 10 545 144 56
Binary 11101010 0 1010 0 1100100 1100000 1000 101100101 1100100 101110

Color Harmonies of #EA000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA000A

Black with #EA000A

Text Example


Text Example

White with #EA000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA000A; }

 p { color: rgb(234,0,10); }

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

background-color css

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

 a { background-color: rgb(234,0,10); }

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

border-color css

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

 span { border-color: rgb(234,0,10); }

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