Html Css Color HEX #EA0107 Venetian Red

📋 copy color: '#EA0107'

red 234 ◦ green 1 ◦ blue 7

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

Shades of Venetian Red #EA0107

Tints of Venetian Red #EA0107

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 7 (3.13% from 255) = 2.89%

R = 96.69%
G = 0.41%
B = 2.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA0107 (or 0xEA0107) is known color: Venetian Red. HEX triplet: EA, 01 and 07. RGB value is (234,1,7). Sum of RGB (Red+Green+Blue) = 234+1+7=242 (32% of max value = 765). Red value is 234 (91.80% from 255 or 96.69% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0107 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0107 is #15FEF8. Grayscale: #474747. Windows color (decimal): -1441529 or 459242. OLE color: 459242.

HSL color Cylindrical-coordinate representation of color #EA0107: hue angle of 358.45º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0107 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 1 7 -
CMYK 0 1.00 0.97 0.08
HSL 358.45º 0.99% 0.46% -
HSV(B) 358.45º 1% 0.92% -
XYZ 33.98 17.53 1.79 -
YUV 71.35 91.69 244.01 -
System Red Green Blue C M Y K H S L
Decimal 234 1 7 0 1.00 0.97 0.08 358.45 0.99 0.46
Hex EA 1 7 0 64 61 8 166 63 2E
Octal 352 1 7 0 144 141 10 546 143 56
Binary 11101010 1 111 0 1100100 1100001 1000 101100110 1100011 101110

Color Harmonies of #EA0107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0107

Black with #EA0107

Text Example


Text Example

White with #EA0107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0107; }

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

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

background-color css

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

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

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

border-color css

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

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

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