Html Css Color HEX #F70106 Venetian Red

📋 copy color: '#F70106'

red 247 ◦ green 1 ◦ blue 6

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

Shades of Venetian Red #F70106

Tints of Venetian Red #F70106

RGB

 RED value IS 247 (96.88% from 255) = 97.24%

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 97.24%
G = 0.39%
B = 2.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F70106 (or 0xF70106) is known color: Venetian Red. HEX triplet: F7, 01 and 06. RGB value is (247,1,6). Sum of RGB (Red+Green+Blue) = 247+1+6=254 (33% of max value = 765). Red value is 247 (96.88% from 255 or 97.24% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 247 - color contains mainly: red. Hex color #F70106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70106 is #08FEF9. Grayscale: #4B4B4B. Windows color (decimal): -589562 or 393719. OLE color: 393719.

HSL color Cylindrical-coordinate representation of color #F70106: hue angle of 358.78º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70106 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 1 6 -
CMYK 0 1.00 0.98 0.03
HSL 358.78º 0.99% 0.49% -
HSV(B) 358.78º 1% 0.97% -
XYZ 38.4 19.81 1.97 -
YUV 75.12 89 250.59 -
System Red Green Blue C M Y K H S L
Decimal 247 1 6 0 1.00 0.98 0.03 358.78 0.99 0.49
Hex F7 1 6 0 64 62 3 167 63 31
Octal 367 1 6 0 144 142 3 547 143 61
Binary 11110111 1 110 0 1100100 1100010 11 101100111 1100011 110001

Color Harmonies of #F70106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70106

Black with #F70106

Text Example


Text Example

White with #F70106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70106; }

 p { color: rgb(247,1,6); }

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

background-color css

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

 a { background-color: rgb(247,1,6); }

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

border-color css

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

 span { border-color: rgb(247,1,6); }

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