Html Css Color HEX #EA0416 Venetian Red

📋 copy color: '#EA0416'

red 234 ◦ green 4 ◦ blue 22

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

Shades of Venetian Red #EA0416

Tints of Venetian Red #EA0416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 90%
G = 1.54%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA0416 (or 0xEA0416) is known color: Venetian Red. HEX triplet: EA, 04 and 16. RGB value is (234,4,22). Sum of RGB (Red+Green+Blue) = 234+4+22=260 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0416 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0416 is #15FBE9. Grayscale: #4A4A4A. Windows color (decimal): -1440746 or 1443050. OLE color: 1443050.

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

Color convert

RGB 234 4 22 -
CMYK 0 0.98 0.91 0.08
HSL 355.3º 0.97% 0.47% -
HSV(B) 355.3º 0.98% 0.92% -
XYZ 34.12 17.64 2.37 -
YUV 74.82 98.2 241.54 -
System Red Green Blue C M Y K H S L
Decimal 234 4 22 0 0.98 0.91 0.08 355.3 0.97 0.47
Hex EA 4 16 0 62 5B 8 163 61 2F
Octal 352 4 26 0 142 133 10 543 141 57
Binary 11101010 100 10110 0 1100010 1011011 1000 101100011 1100001 101111

Color Harmonies of #EA0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0416

Black with #EA0416

Text Example


Text Example

White with #EA0416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0416; }

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

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

background-color css

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

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

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

border-color css

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

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

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