Html Css Color HEX #EA070E Venetian Red

📋 copy color: '#EA070E'

red 234 ◦ green 7 ◦ blue 14

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

Shades of Venetian Red #EA070E

Tints of Venetian Red #EA070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

 BLUE value IS 14 (5.86% from 255) = 5.49%

R = 91.76%
G = 2.75%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA070E (or 0xEA070E) is known color: Venetian Red. HEX triplet: EA, 07 and 0E. RGB value is (234,7,14). Sum of RGB (Red+Green+Blue) = 234+7+14=255 (33% of max value = 765). Red value is 234 (91.80% from 255 or 91.76% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 234 - color contains mainly: red. Hex color #EA070E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA070E is #15F8F1. Grayscale: #4B4B4B. Windows color (decimal): -1439986 or 919530. OLE color: 919530.

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

Color convert

RGB 234 7 14 -
CMYK 0 0.97 0.94 0.08
HSL 358.15º 0.94% 0.47% -
HSV(B) 358.15º 0.97% 0.92% -
XYZ 34.09 17.68 2.03 -
YUV 75.67 93.21 240.93 -
System Red Green Blue C M Y K H S L
Decimal 234 7 14 0 0.97 0.94 0.08 358.15 0.94 0.47
Hex EA 7 E 0 61 5E 8 166 5E 2F
Octal 352 7 16 0 141 136 10 546 136 57
Binary 11101010 111 1110 0 1100001 1011110 1000 101100110 1011110 101111

Color Harmonies of #EA070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA070E

Black with #EA070E

Text Example


Text Example

White with #EA070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA070E; }

 p { color: rgb(234,7,14); }

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

background-color css

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

 a { background-color: rgb(234,7,14); }

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

border-color css

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

 span { border-color: rgb(234,7,14); }

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