Html Css Color HEX #EF0210 Venetian Red

📋 copy color: '#EF0210'

red 239 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #EF0210

Tints of Venetian Red #EF0210

RGB

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

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

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

R = 93%
G = 0.78%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF0210 (or 0xEF0210) is known color: Venetian Red. HEX triplet: EF, 02 and 10. RGB value is (239,2,16). Sum of RGB (Red+Green+Blue) = 239+2+16=257 (34% of max value = 765). Red value is 239 (93.75% from 255 or 93.00% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0210 is #10FDEF. Grayscale: #4A4A4A. Windows color (decimal): -1113584 or 1049327. OLE color: 1049327.

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

Color convert

RGB 239 2 16 -
CMYK 0 0.99 0.93 0.06
HSL 356.46º 0.98% 0.47% -
HSV(B) 356.46º 0.99% 0.94% -
XYZ 35.71 18.43 2.17 -
YUV 74.46 95.02 245.36 -
System Red Green Blue C M Y K H S L
Decimal 239 2 16 0 0.99 0.93 0.06 356.46 0.98 0.47
Hex EF 2 10 0 63 5D 6 164 62 2F
Octal 357 2 20 0 143 135 6 544 142 57
Binary 11101111 10 10000 0 1100011 1011101 110 101100100 1100010 101111

Color Harmonies of #EF0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0210

Black with #EF0210

Text Example


Text Example

White with #EF0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0210; }

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

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

background-color css

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

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

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

border-color css

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

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

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