Html Css Color HEX #EA090F Venetian Red

📋 copy color: '#EA090F'

red 234 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #EA090F

Tints of Venetian Red #EA090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 90.7%
G = 3.49%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA090F (or 0xEA090F) is known color: Venetian Red. HEX triplet: EA, 09 and 0F. RGB value is (234,9,15). Sum of RGB (Red+Green+Blue) = 234+9+15=258 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90.70% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 234 - color contains mainly: red. Hex color #EA090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA090F is #15F6F0. Grayscale: #4D4D4D. Windows color (decimal): -1439473 or 985578. OLE color: 985578.

HSL color Cylindrical-coordinate representation of color #EA090F: hue angle of 358.4º 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 #EA090F is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 9 15 -
CMYK 0 0.96 0.94 0.08
HSL 358.4º 0.93% 0.48% -
HSV(B) 358.4º 0.96% 0.92% -
XYZ 34.12 17.72 2.07 -
YUV 76.96 93.04 240.01 -
System Red Green Blue C M Y K H S L
Decimal 234 9 15 0 0.96 0.94 0.08 358.4 0.93 0.48
Hex EA 9 F 0 60 5E 8 166 5D 30
Octal 352 11 17 0 140 136 10 546 135 60
Binary 11101010 1001 1111 0 1100000 1011110 1000 101100110 1011101 110000

Color Harmonies of #EA090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA090F

Black with #EA090F

Text Example


Text Example

White with #EA090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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