Html Css Color HEX #F70104 Venetian Red

📋 copy color: '#F70104'

red 247 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #F70104

Tints of Venetian Red #F70104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 98.02%
G = 0.4%
B = 1.59%

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

#F70104 (or 0xF70104) is known color: Venetian Red. HEX triplet: F7, 01 and 04. RGB value is (247,1,4). Sum of RGB (Red+Green+Blue) = 247+1+4=252 (33% of max value = 765). Red value is 247 (96.88% from 255 or 98.02% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 247 - color contains mainly: red. Hex color #F70104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70104 is #08FEFB. Grayscale: #4B4B4B. Windows color (decimal): -589564 or 262647. OLE color: 262647.

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

Color convert

RGB 247 1 4 -
CMYK 0 1.00 0.98 0.03
HSL 359.27º 0.99% 0.49% -
HSV(B) 359.27º 1% 0.97% -
XYZ 38.39 19.8 1.91 -
YUV 74.9 88 250.76 -
System Red Green Blue C M Y K H S L
Decimal 247 1 4 0 1.00 0.98 0.03 359.27 0.99 0.49
Hex F7 1 4 0 64 62 3 167 63 31
Octal 367 1 4 0 144 142 3 547 143 61
Binary 11110111 1 100 0 1100100 1100010 11 101100111 1100011 110001

Color Harmonies of #F70104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70104

Black with #F70104

Text Example


Text Example

White with #F70104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70104; }

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

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

background-color css

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

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

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

border-color css

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

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

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