Html Css Color HEX #EA0409 Venetian Red

📋 copy color: '#EA0409'

red 234 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #EA0409

Tints of Venetian Red #EA0409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

 BLUE value IS 9 (3.91% from 255) = 3.64%

R = 94.74%
G = 1.62%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA0409 (or 0xEA0409) is known color: Venetian Red. HEX triplet: EA, 04 and 09. RGB value is (234,4,9). Sum of RGB (Red+Green+Blue) = 234+4+9=247 (32% of max value = 765). Red value is 234 (91.80% from 255 or 94.74% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0409 is #15FBF6. Grayscale: #494949. Windows color (decimal): -1440759 or 591082. OLE color: 591082.

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

Color convert

RGB 234 4 9 -
CMYK 0 0.98 0.96 0.08
HSL 358.7º 0.97% 0.47% -
HSV(B) 358.7º 0.98% 0.92% -
XYZ 34.02 17.6 1.86 -
YUV 73.34 91.7 242.59 -
System Red Green Blue C M Y K H S L
Decimal 234 4 9 0 0.98 0.96 0.08 358.7 0.97 0.47
Hex EA 4 9 0 62 60 8 167 61 2F
Octal 352 4 11 0 142 140 10 547 141 57
Binary 11101010 100 1001 0 1100010 1100000 1000 101100111 1100001 101111

Color Harmonies of #EA0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0409

Black with #EA0409

Text Example


Text Example

White with #EA0409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0409; }

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

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

background-color css

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

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

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

border-color css

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

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

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