Html Css Color HEX #EA080C Venetian Red

📋 copy color: '#EA080C'

red 234 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #EA080C

Tints of Venetian Red #EA080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 92.13%
G = 3.15%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA080C (or 0xEA080C) is known color: Venetian Red. HEX triplet: EA, 08 and 0C. RGB value is (234,8,12). Sum of RGB (Red+Green+Blue) = 234+8+12=254 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.13% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 234 - color contains mainly: red. Hex color #EA080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA080C is #15F7F3. Grayscale: #4C4C4C. Windows color (decimal): -1439732 or 788714. OLE color: 788714.

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

Color convert

RGB 234 8 12 -
CMYK 0 0.97 0.95 0.08
HSL 358.94º 0.93% 0.47% -
HSV(B) 358.94º 0.97% 0.92% -
XYZ 34.08 17.69 1.97 -
YUV 76.03 91.87 240.67 -
System Red Green Blue C M Y K H S L
Decimal 234 8 12 0 0.97 0.95 0.08 358.94 0.93 0.47
Hex EA 8 C 0 61 5F 8 167 5D 2F
Octal 352 10 14 0 141 137 10 547 135 57
Binary 11101010 1000 1100 0 1100001 1011111 1000 101100111 1011101 101111

Color Harmonies of #EA080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA080C

Black with #EA080C

Text Example


Text Example

White with #EA080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA080C; }

 p { color: rgb(234,8,12); }

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

background-color css

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

 a { background-color: rgb(234,8,12); }

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

border-color css

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

 span { border-color: rgb(234,8,12); }

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