Html Css Color HEX #EA090A Venetian Red

📋 copy color: '#EA090A'

red 234 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #EA090A

Tints of Venetian Red #EA090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

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

R = 92.49%
G = 3.56%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA090A (or 0xEA090A) is known color: Venetian Red. HEX triplet: EA, 09 and 0A. RGB value is (234,9,10). Sum of RGB (Red+Green+Blue) = 234+9+10=253 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.49% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 234 - color contains mainly: red. Hex color #EA090A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA090A is #15F6F5. Grayscale: #4C4C4C. Windows color (decimal): -1439478 or 657898. OLE color: 657898.

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

Color convert

RGB 234 9 10 -
CMYK 0 0.96 0.96 0.08
HSL 359.73º 0.93% 0.48% -
HSV(B) 359.73º 0.96% 0.92% -
XYZ 34.08 17.71 1.91 -
YUV 76.39 90.54 240.42 -
System Red Green Blue C M Y K H S L
Decimal 234 9 10 0 0.96 0.96 0.08 359.73 0.93 0.48
Hex EA 9 A 0 60 60 8 168 5D 30
Octal 352 11 12 0 140 140 10 550 135 60
Binary 11101010 1001 1010 0 1100000 1100000 1000 101101000 1011101 110000

Color Harmonies of #EA090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA090A

Black with #EA090A

Text Example


Text Example

White with #EA090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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