Html Css Color HEX #EF070F Venetian Red

📋 copy color: '#EF070F'

red 239 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #EF070F

Tints of Venetian Red #EF070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.68%

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

R = 91.57%
G = 2.68%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF070F (or 0xEF070F) is known color: Venetian Red. HEX triplet: EF, 07 and 0F. RGB value is (239,7,15). Sum of RGB (Red+Green+Blue) = 239+7+15=261 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.57% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 239 - color contains mainly: red. Hex color #EF070F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF070F is #10F8F0. Grayscale: #4D4D4D. Windows color (decimal): -1112305 or 985071. OLE color: 985071.

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

Color convert

RGB 239 7 15 -
CMYK 0 0.97 0.94 0.06
HSL 357.93º 0.94% 0.48% -
HSV(B) 357.93º 0.97% 0.94% -
XYZ 35.76 18.54 2.15 -
YUV 77.28 92.86 243.35 -
System Red Green Blue C M Y K H S L
Decimal 239 7 15 0 0.97 0.94 0.06 357.93 0.94 0.48
Hex EF 7 F 0 61 5E 6 166 5E 30
Octal 357 7 17 0 141 136 6 546 136 60
Binary 11101111 111 1111 0 1100001 1011110 110 101100110 1011110 110000

Color Harmonies of #EF070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF070F

Black with #EF070F

Text Example


Text Example

White with #EF070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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