#F40005

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

Shades of Venetian Red #F40005

Tints of Venetian Red #F40005

Color information

#F40005 (or 0xF40005) is unknown color: approx Venetian Red. HEX triplet: F4, 00 and 05. RGB value is (244,0,5). Sum of RGB (Red+Green+Blue) = 244+0+5=249 (32% of max value = 765). Red value is 244 (95.70% from 255 or 97.99% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 244 - color contains mainly: red. Hex color #F40005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40005 is #0BFFFA. Grayscale: #494949. Windows color (decimal): -786427 or 327924. OLE color: 327924.

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

Color convert

RGB24405-
CMYK010.980.04
HSL358.77º100%47.84%-
HSV(B)358.77º100%95.69%-
XYZ37.3419.241.89-
YUV73.5389.34249.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 97.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 2.01%
R=97.99%
G=0%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24405010.980.04358.7710047.84
HexF4050646241676430
Octal364050144142454714460
Binary1111010001010110010011000101001011001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40005; }

 p { color: rgb(244,0,5); }

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

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

 a { background-color: rgb(244,0,5); }

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

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

 span { border-color: rgb(244,0,5); }

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