#F30507

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

Shades of Venetian Red #F30507

Tints of Venetian Red #F30507

Color information

#F30507 (or 0xF30507) is unknown color: approx Venetian Red. HEX triplet: F3, 05 and 07. RGB value is (243,5,7). Sum of RGB (Red+Green+Blue) = 243+5+7=255 (33% of max value = 765). Red value is 243 (95.31% from 255 or 95.29% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 243 - color contains mainly: red. Hex color #F30507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30507 is #0CFAF8. Grayscale: #4C4C4C. Windows color (decimal): -850681 or 460275. OLE color: 460275.

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

Color convert

RGB24357-
CMYK00.980.970.05
HSL359.5º95.97%48.63%-
HSV(B)359.5º97.94%95.29%-
XYZ37.0519.181.95-
YUV76.3988.85246.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 95.29%
GREEN value IS 5 (2.34% from 255) = 1.96%
BLUE value IS 7 (3.12% from 255) = 2.75%
R=95.29%
G=1.96%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435700.980.970.05359.595.9748.63
HexF3570626151676031
Octal363570142141554714061
Binary111100111011110110001011000011011011001111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30507; }

 p { color: rgb(243,5,7); }

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

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

 a { background-color: rgb(243,5,7); }

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

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

 span { border-color: rgb(243,5,7); }

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