#F1050D

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

Shades of Venetian Red #F1050D

Tints of Venetian Red #F1050D

Color information

#F1050D (or 0xF1050D) is unknown color: approx Venetian Red. HEX triplet: F1, 05 and 0D. RGB value is (241,5,13). Sum of RGB (Red+Green+Blue) = 241+5+13=259 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.05% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 241 - color contains mainly: red. Hex color #F1050D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1050D is #0EFAF2. Grayscale: #4C4C4C. Windows color (decimal): -981747 or 853489. OLE color: 853489.

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

Color convert

RGB241513-
CMYK00.980.950.05
HSL357.97º95.93%48.24%-
HSV(B)357.97º97.93%94.51%-
XYZ36.418.842.1-
YUV76.4892.19245.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 93.05%
GREEN value IS 5 (2.34% from 255) = 1.93%
BLUE value IS 13 (5.47% from 255) = 5.02%
R=93.05%
G=1.93%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24151300.980.950.05357.9795.9348.24
HexF15D0625F51666030
Octal3615150142137554614060
Binary1111000110111010110001010111111011011001101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1050D; }

 p { color: rgb(241,5,13); }

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

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

 a { background-color: rgb(241,5,13); }

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

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

 span { border-color: rgb(241,5,13); }

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