#F40109

Color #F40109 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #F40109

Tints of Venetian Red #F40109

Color information

#F40109 (or 0xF40109) is unknown color: approx Venetian Red. HEX triplet: F4, 01 and 09. RGB value is (244,1,9). Sum of RGB (Red+Green+Blue) = 244+1+9=254 (33% of max value = 765). Red value is 244 (95.70% from 255 or 96.06% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 244 - color contains mainly: red. Hex color #F40109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40109 is #0BFEF6. Grayscale: #4A4A4A. Windows color (decimal): -786167 or 590324. OLE color: 590324.

HSL color Cylindrical-coordinate representation of color #F40109: hue angle of 358.02º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB24419-
CMYK01.000.960.04
HSL358.02º99.18%48.04%-
HSV(B)358.02º99.59%95.69%-
XYZ37.3719.272.01-
YUV74.5791.01248.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 96.06%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 9 (3.91% from 255) = 3.54%
R=96.06%
G=0.39%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441901.000.960.04358.0299.1848.04
HexF4190646041666330
Octal3641110144140454614360
Binary11110100110010110010011000001001011001101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40109; }

 p { color: rgb(244,1,9); }

 H1.HeaderClassName
 {
   color: #F40109;
 }
 .AnyTagClassName
 {
   color: #F40109;
 }
</style>
background-color css

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

 a { background-color: rgb(244,1,9); }

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

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

 span { border-color: rgb(244,1,9); }

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