Html Css Color HEX #EF0112 Venetian Red

📋 copy color: '#EF0112'

red 239 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #EF0112

Tints of Venetian Red #EF0112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 92.64%
G = 0.39%
B = 6.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF0112 (or 0xEF0112) is known color: Venetian Red. HEX triplet: EF, 01 and 12. RGB value is (239,1,18). Sum of RGB (Red+Green+Blue) = 239+1+18=258 (34% of max value = 765). Red value is 239 (93.75% from 255 or 92.64% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0112 is #10FEED. Grayscale: #4A4A4A. Windows color (decimal): -1113838 or 1180143. OLE color: 1180143.

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

Color convert

RGB 239 1 18 -
CMYK 0 1.00 0.92 0.06
HSL 355.71º 0.99% 0.47% -
HSV(B) 355.71º 1% 0.94% -
XYZ 35.72 18.42 2.24 -
YUV 74.1 96.35 245.62 -
System Red Green Blue C M Y K H S L
Decimal 239 1 18 0 1.00 0.92 0.06 355.71 0.99 0.47
Hex EF 1 12 0 64 5C 6 164 63 2F
Octal 357 1 22 0 144 134 6 544 143 57
Binary 11101111 1 10010 0 1100100 1011100 110 101100100 1100011 101111

Color Harmonies of #EF0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0112

Black with #EF0112

Text Example


Text Example

White with #EF0112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0112; }

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

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

background-color css

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

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

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

border-color css

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

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

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