Html Css Color HEX #EF0111 Venetian Red

📋 copy color: '#EF0111'

red 239 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #EF0111

Tints of Venetian Red #EF0111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 93%
G = 0.39%
B = 6.61%

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

#EF0111 (or 0xEF0111) is known color: Venetian Red. HEX triplet: EF, 01 and 11. RGB value is (239,1,17). Sum of RGB (Red+Green+Blue) = 239+1+17=257 (34% of max value = 765). Red value is 239 (93.75% from 255 or 93.00% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0111 is #10FEEE. Grayscale: #4A4A4A. Windows color (decimal): -1113839 or 1114607. OLE color: 1114607.

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

Color convert

RGB 239 1 17 -
CMYK 0 1.00 0.93 0.06
HSL 355.97º 0.99% 0.47% -
HSV(B) 355.97º 1% 0.94% -
XYZ 35.71 18.41 2.2 -
YUV 73.99 95.85 245.7 -
System Red Green Blue C M Y K H S L
Decimal 239 1 17 0 1.00 0.93 0.06 355.97 0.99 0.47
Hex EF 1 11 0 64 5D 6 164 63 2F
Octal 357 1 21 0 144 135 6 544 143 57
Binary 11101111 1 10001 0 1100100 1011101 110 101100100 1100011 101111

Color Harmonies of #EF0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0111

Black with #EF0111

Text Example


Text Example

White with #EF0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0111; }

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

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

background-color css

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

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

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

border-color css

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

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

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