Html Css Color HEX #EA030F Venetian Red

📋 copy color: '#EA030F'

red 234 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #EA030F

Tints of Venetian Red #EA030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 92.86%
G = 1.19%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA030F (or 0xEA030F) is known color: Venetian Red. HEX triplet: EA, 03 and 0F. RGB value is (234,3,15). Sum of RGB (Red+Green+Blue) = 234+3+15=252 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.86% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 234 - color contains mainly: red. Hex color #EA030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA030F is #15FCF0. Grayscale: #494949. Windows color (decimal): -1441009 or 984042. OLE color: 984042.

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

Color convert

RGB 234 3 15 -
CMYK 0 0.99 0.94 0.08
HSL 356.88º 0.97% 0.46% -
HSV(B) 356.88º 0.99% 0.92% -
XYZ 34.05 17.59 2.05 -
YUV 73.44 95.03 242.52 -
System Red Green Blue C M Y K H S L
Decimal 234 3 15 0 0.99 0.94 0.08 356.88 0.97 0.46
Hex EA 3 F 0 63 5E 8 165 61 2E
Octal 352 3 17 0 143 136 10 545 141 56
Binary 11101010 11 1111 0 1100011 1011110 1000 101100101 1100001 101110

Color Harmonies of #EA030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA030F

Black with #EA030F

Text Example


Text Example

White with #EA030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA030F; }

 p { color: rgb(234,3,15); }

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

background-color css

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

 a { background-color: rgb(234,3,15); }

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

border-color css

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

 span { border-color: rgb(234,3,15); }

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