Html Css Color HEX #EF040F Venetian Red

📋 copy color: '#EF040F'

red 239 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #EF040F

Tints of Venetian Red #EF040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 92.64%
G = 1.55%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF040F (or 0xEF040F) is known color: Venetian Red. HEX triplet: EF, 04 and 0F. RGB value is (239,4,15). Sum of RGB (Red+Green+Blue) = 239+4+15=258 (34% of max value = 765). Red value is 239 (93.75% from 255 or 92.64% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 239 - color contains mainly: red. Hex color #EF040F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF040F is #10FBF0. Grayscale: #4B4B4B. Windows color (decimal): -1113073 or 984303. OLE color: 984303.

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

Color convert

RGB 239 4 15 -
CMYK 0 0.98 0.94 0.06
HSL 357.19º 0.97% 0.48% -
HSV(B) 357.19º 0.98% 0.94% -
XYZ 35.73 18.47 2.13 -
YUV 75.52 93.86 244.61 -
System Red Green Blue C M Y K H S L
Decimal 239 4 15 0 0.98 0.94 0.06 357.19 0.97 0.48
Hex EF 4 F 0 62 5E 6 165 61 30
Octal 357 4 17 0 142 136 6 545 141 60
Binary 11101111 100 1111 0 1100010 1011110 110 101100101 1100001 110000

Color Harmonies of #EF040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF040F

Black with #EF040F

Text Example


Text Example

White with #EF040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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