#F3010B

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

Shades of Venetian Red #F3010B

Tints of Venetian Red #F3010B

Color information

#F3010B (or 0xF3010B) is unknown color: approx Venetian Red. HEX triplet: F3, 01 and 0B. RGB value is (243,1,11). Sum of RGB (Red+Green+Blue) = 243+1+11=255 (33% of max value = 765). Red value is 243 (95.31% from 255 or 95.29% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 243 - color contains mainly: red. Hex color #F3010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3010B is #0CFEF4. Grayscale: #4A4A4A. Windows color (decimal): -851701 or 721395. OLE color: 721395.

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

Color convert

RGB243111-
CMYK01.000.950.05
HSL357.52º99.18%47.84%-
HSV(B)357.52º99.59%95.29%-
XYZ37.0319.12.05-
YUV74.592.17248.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 95.29%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 11 (4.69% from 255) = 4.31%
R=95.29%
G=0.39%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311101.000.950.05357.5299.1847.84
HexF31B0645F51666330
Octal3631130144137554614360
Binary11110011110110110010010111111011011001101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3010B; }

 p { color: rgb(243,1,11); }

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

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

 a { background-color: rgb(243,1,11); }

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

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

 span { border-color: rgb(243,1,11); }

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