Html Css Color HEX #EF0410 Venetian Red

📋 copy color: '#EF0410'

red 239 ◦ green 4 ◦ blue 16

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

Shades of Venetian Red #EF0410

Tints of Venetian Red #EF0410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 92.28%
G = 1.54%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF0410 (or 0xEF0410) is known color: Venetian Red. HEX triplet: EF, 04 and 10. RGB value is (239,4,16). Sum of RGB (Red+Green+Blue) = 239+4+16=259 (34% of max value = 765). Red value is 239 (93.75% from 255 or 92.28% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0410 is #10FBEF. Grayscale: #4B4B4B. Windows color (decimal): -1113072 or 1049839. OLE color: 1049839.

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

Color convert

RGB 239 4 16 -
CMYK 0 0.98 0.93 0.06
HSL 356.94º 0.97% 0.48% -
HSV(B) 356.94º 0.98% 0.94% -
XYZ 35.73 18.47 2.17 -
YUV 75.63 94.36 244.52 -
System Red Green Blue C M Y K H S L
Decimal 239 4 16 0 0.98 0.93 0.06 356.94 0.97 0.48
Hex EF 4 10 0 62 5D 6 165 61 30
Octal 357 4 20 0 142 135 6 545 141 60
Binary 11101111 100 10000 0 1100010 1011101 110 101100101 1100001 110000

Color Harmonies of #EF0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0410

Black with #EF0410

Text Example


Text Example

White with #EF0410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0410; }

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

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

background-color css

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

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

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

border-color css

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

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

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