Html Css Color HEX #EF0110 Venetian Red

📋 copy color: '#EF0110'

red 239 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #EF0110

Tints of Venetian Red #EF0110

RGB

 RED value IS 239 (93.75% from 255) = 93.36%

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

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 93.36%
G = 0.39%
B = 6.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF0110 (or 0xEF0110) is known color: Venetian Red. HEX triplet: EF, 01 and 10. RGB value is (239,1,16). Sum of RGB (Red+Green+Blue) = 239+1+16=256 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.36% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0110 is #10FEEF. Grayscale: #4A4A4A. Windows color (decimal): -1113840 or 1049071. OLE color: 1049071.

HSL color Cylindrical-coordinate representation of color #EF0110: hue angle of 356.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 16 -
CMYK 0 1.00 0.93 0.06
HSL 356.22º 0.99% 0.47% -
HSV(B) 356.22º 1% 0.94% -
XYZ 35.7 18.41 2.16 -
YUV 73.87 95.35 245.78 -
System Red Green Blue C M Y K H S L
Decimal 239 1 16 0 1.00 0.93 0.06 356.22 0.99 0.47
Hex EF 1 10 0 64 5D 6 164 63 2F
Octal 357 1 20 0 144 135 6 544 143 57
Binary 11101111 1 10000 0 1100100 1011101 110 101100100 1100011 101111

Color Harmonies of #EF0110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0110

Black with #EF0110

Text Example


Text Example

White with #EF0110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0110; }

 p { color: rgb(239,1,16); }

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

background-color css

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

 a { background-color: rgb(239,1,16); }

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

border-color css

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

 span { border-color: rgb(239,1,16); }

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