Html Css Color HEX #EF0010 Venetian Red

📋 copy color: '#EF0010'

red 239 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #EF0010

Tints of Venetian Red #EF0010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.73%
G = 0%
B = 6.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF0010 (or 0xEF0010) is known color: Venetian Red. HEX triplet: EF, 00 and 10. RGB value is (239,0,16). Sum of RGB (Red+Green+Blue) = 239+0+16=255 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.73% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0010 is #10FFEF. Grayscale: #494949. Windows color (decimal): -1114096 or 1048815. OLE color: 1048815.

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

Color convert

RGB 239 0 16 -
CMYK 0 1 0.93 0.06
HSL 355.98º 1% 0.47% -
HSV(B) 355.98º 1% 0.94% -
XYZ 35.69 18.39 2.16 -
YUV 73.29 95.68 246.2 -
System Red Green Blue C M Y K H S L
Decimal 239 0 16 0 1 0.93 0.06 355.98 1 0.47
Hex EF 0 10 0 64 5D 6 164 64 2F
Octal 357 0 20 0 144 135 6 544 144 57
Binary 11101111 0 10000 0 1100100 1011101 110 101100100 1100100 101111

Color Harmonies of #EF0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0010

Black with #EF0010

Text Example


Text Example

White with #EF0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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