Html Css Color HEX #F70006 Venetian Red

📋 copy color: '#F70006'

red 247 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #F70006

Tints of Venetian Red #F70006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 97.63%
G = 0%
B = 2.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F70006 (or 0xF70006) is known color: Venetian Red. HEX triplet: F7, 00 and 06. RGB value is (247,0,6). Sum of RGB (Red+Green+Blue) = 247+0+6=253 (33% of max value = 765). Red value is 247 (96.88% from 255 or 97.63% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 247 - color contains mainly: red. Hex color #F70006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70006 is #08FFF9. Grayscale: #4A4A4A. Windows color (decimal): -589818 or 393463. OLE color: 393463.

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

Color convert

RGB 247 0 6 -
CMYK 0 1 0.98 0.03
HSL 358.54º 1% 0.48% -
HSV(B) 358.54º 1% 0.97% -
XYZ 38.39 19.79 1.97 -
YUV 74.54 89.33 251.01 -
System Red Green Blue C M Y K H S L
Decimal 247 0 6 0 1 0.98 0.03 358.54 1 0.48
Hex F7 0 6 0 64 62 3 167 64 30
Octal 367 0 6 0 144 142 3 547 144 60
Binary 11110111 0 110 0 1100100 1100010 11 101100111 1100100 110000

Color Harmonies of #F70006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70006

Black with #F70006

Text Example


Text Example

White with #F70006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70006; }

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

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

background-color css

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

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

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

border-color css

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

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

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