Html Css Color HEX #EA010F Venetian Red

📋 copy color: '#EA010F'

red 234 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #EA010F

Tints of Venetian Red #EA010F

RGB

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

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

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

R = 93.6%
G = 0.4%
B = 6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA010F (or 0xEA010F) is known color: Venetian Red. HEX triplet: EA, 01 and 0F. RGB value is (234,1,15). Sum of RGB (Red+Green+Blue) = 234+1+15=250 (33% of max value = 765). Red value is 234 (91.80% from 255 or 93.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 234 - color contains mainly: red. Hex color #EA010F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA010F is #15FEF0. Grayscale: #484848. Windows color (decimal): -1441521 or 983530. OLE color: 983530.

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

Color convert

RGB 234 1 15 -
CMYK 0 1.00 0.94 0.08
HSL 356.39º 0.99% 0.46% -
HSV(B) 356.39º 1% 0.92% -
XYZ 34.03 17.55 2.05 -
YUV 72.26 95.69 243.36 -
System Red Green Blue C M Y K H S L
Decimal 234 1 15 0 1.00 0.94 0.08 356.39 0.99 0.46
Hex EA 1 F 0 64 5E 8 164 63 2E
Octal 352 1 17 0 144 136 10 544 143 56
Binary 11101010 1 1111 0 1100100 1011110 1000 101100100 1100011 101110

Color Harmonies of #EA010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA010F

Black with #EA010F

Text Example


Text Example

White with #EA010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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