Html Css Color HEX #EA020A Venetian Red

📋 copy color: '#EA020A'

red 234 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #EA020A

Tints of Venetian Red #EA020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 95.12%
G = 0.81%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA020A (or 0xEA020A) is known color: Venetian Red. HEX triplet: EA, 02 and 0A. RGB value is (234,2,10). Sum of RGB (Red+Green+Blue) = 234+2+10=246 (32% of max value = 765). Red value is 234 (91.80% from 255 or 95.12% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 234 - color contains mainly: red. Hex color #EA020A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA020A is #15FDF5. Grayscale: #484848. Windows color (decimal): -1441270 or 656106. OLE color: 656106.

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

Color convert

RGB 234 2 10 -
CMYK 0 0.99 0.96 0.08
HSL 357.93º 0.98% 0.46% -
HSV(B) 357.93º 0.99% 0.92% -
XYZ 34.01 17.56 1.88 -
YUV 72.28 92.86 243.35 -
System Red Green Blue C M Y K H S L
Decimal 234 2 10 0 0.99 0.96 0.08 357.93 0.98 0.46
Hex EA 2 A 0 63 60 8 166 62 2E
Octal 352 2 12 0 143 140 10 546 142 56
Binary 11101010 10 1010 0 1100011 1100000 1000 101100110 1100010 101110

Color Harmonies of #EA020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA020A

Black with #EA020A

Text Example


Text Example

White with #EA020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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