Html Css Color HEX #EF010E Venetian Red

📋 copy color: '#EF010E'

red 239 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #EF010E

Tints of Venetian Red #EF010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 94.09%
G = 0.39%
B = 5.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF010E (or 0xEF010E) is known color: Venetian Red. HEX triplet: EF, 01 and 0E. RGB value is (239,1,14). Sum of RGB (Red+Green+Blue) = 239+1+14=254 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.09% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 239 - color contains mainly: red. Hex color #EF010E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF010E is #10FEF1. Grayscale: #494949. Windows color (decimal): -1113842 or 917999. OLE color: 917999.

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

Color convert

RGB 239 1 14 -
CMYK 0 1.00 0.94 0.06
HSL 356.72º 0.99% 0.47% -
HSV(B) 356.72º 1% 0.94% -
XYZ 35.69 18.4 2.09 -
YUV 73.64 94.35 245.94 -
System Red Green Blue C M Y K H S L
Decimal 239 1 14 0 1.00 0.94 0.06 356.72 0.99 0.47
Hex EF 1 E 0 64 5E 6 165 63 2F
Octal 357 1 16 0 144 136 6 545 143 57
Binary 11101111 1 1110 0 1100100 1011110 110 101100101 1100011 101111

Color Harmonies of #EF010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF010E

Black with #EF010E

Text Example


Text Example

White with #EF010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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