Html Css Color HEX #F70003 Venetian Red

📋 copy color: '#F70003'

red 247 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #F70003

Tints of Venetian Red #F70003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 98.8%
G = 0%
B = 1.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F70003 (or 0xF70003) is known color: Venetian Red. HEX triplet: F7, 00 and 03. RGB value is (247,0,3). Sum of RGB (Red+Green+Blue) = 247+0+3=250 (33% of max value = 765). Red value is 247 (96.88% from 255 or 98.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 247 - color contains mainly: red. Hex color #F70003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70003 is #08FFFC. Grayscale: #4A4A4A. Windows color (decimal): -589821 or 196855. OLE color: 196855.

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

Color convert

RGB 247 0 3 -
CMYK 0 1 0.99 0.03
HSL 359.27º 1% 0.48% -
HSV(B) 359.27º 1% 0.97% -
XYZ 38.37 19.78 1.88 -
YUV 74.2 87.83 251.26 -
System Red Green Blue C M Y K H S L
Decimal 247 0 3 0 1 0.99 0.03 359.27 1 0.48
Hex F7 0 3 0 64 63 3 167 64 30
Octal 367 0 3 0 144 143 3 547 144 60
Binary 11110111 0 11 0 1100100 1100011 11 101100111 1100100 110000

Color Harmonies of #F70003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70003

Black with #F70003

Text Example


Text Example

White with #F70003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70003; }

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

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

background-color css

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

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

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

border-color css

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

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

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