Html Css Color HEX #F0070E Venetian Red

📋 copy color: '#F0070E'

red 240 ◦ green 7 ◦ blue 14

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

Shades of Venetian Red #F0070E

Tints of Venetian Red #F0070E

RGB

 RED value IS 240 (94.14% from 255) = 91.95%

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

 BLUE value IS 14 (5.86% from 255) = 5.36%

R = 91.95%
G = 2.68%
B = 5.36%

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

#F0070E (or 0xF0070E) is known color: Venetian Red. HEX triplet: F0, 07 and 0E. RGB value is (240,7,14). Sum of RGB (Red+Green+Blue) = 240+7+14=261 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.95% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 240 - color contains mainly: red. Hex color #F0070E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0070E is #0FF8F1. Grayscale: #4D4D4D. Windows color (decimal): -1046770 or 919536. OLE color: 919536.

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

Color convert

RGB 240 7 14 -
CMYK 0 0.97 0.94 0.06
HSL 358.2º 0.94% 0.48% -
HSV(B) 358.2º 0.97% 0.94% -
XYZ 36.09 18.71 2.12 -
YUV 77.47 92.19 243.93 -
System Red Green Blue C M Y K H S L
Decimal 240 7 14 0 0.97 0.94 0.06 358.2 0.94 0.48
Hex F0 7 E 0 61 5E 6 166 5E 30
Octal 360 7 16 0 141 136 6 546 136 60
Binary 11110000 111 1110 0 1100001 1011110 110 101100110 1011110 110000

Color Harmonies of #F0070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0070E

Black with #F0070E

Text Example


Text Example

White with #F0070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0070E; }

 p { color: rgb(240,7,14); }

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

background-color css

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

 a { background-color: rgb(240,7,14); }

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

border-color css

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

 span { border-color: rgb(240,7,14); }

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