Html Css Color HEX #EF0212 Venetian Red

📋 copy color: '#EF0212'

red 239 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #EF0212

Tints of Venetian Red #EF0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 92.28%
G = 0.77%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF0212 (or 0xEF0212) is known color: Venetian Red. HEX triplet: EF, 02 and 12. RGB value is (239,2,18). Sum of RGB (Red+Green+Blue) = 239+2+18=259 (34% of max value = 765). Red value is 239 (93.75% from 255 or 92.28% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0212 is #10FDED. Grayscale: #4A4A4A. Windows color (decimal): -1113582 or 1180399. OLE color: 1180399.

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

Color convert

RGB 239 2 18 -
CMYK 0 0.99 0.92 0.06
HSL 355.95º 0.98% 0.47% -
HSV(B) 355.95º 0.99% 0.94% -
XYZ 35.73 18.44 2.25 -
YUV 74.69 96.02 245.2 -
System Red Green Blue C M Y K H S L
Decimal 239 2 18 0 0.99 0.92 0.06 355.95 0.98 0.47
Hex EF 2 12 0 63 5C 6 164 62 2F
Octal 357 2 22 0 143 134 6 544 142 57
Binary 11101111 10 10010 0 1100011 1011100 110 101100100 1100010 101111

Color Harmonies of #EF0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0212

Black with #EF0212

Text Example


Text Example

White with #EF0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0212; }

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

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

background-color css

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

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

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

border-color css

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

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

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