#F32811

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

Shades of Scarlet #F32811

Tints of Scarlet #F32811

Color information

#F32811 (or 0xF32811) is unknown color: approx Scarlet. HEX triplet: F3, 28 and 11. RGB value is (243,40,17). Sum of RGB (Red+Green+Blue) = 243+40+17=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F32811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32811 is #0CD7EE. Grayscale: #626262. Windows color (decimal): -841711 or 1124595. OLE color: 1124595.

HSL color Cylindrical-coordinate representation of color #F32811: hue angle of 6.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F32811 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB2434017-
CMYK00.840.930.05
HSL6.11º90.4%50.98%-
HSV(B)6.11º93%95.29%-
XYZ37.8220.612.52-
YUV98.0882.25231.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 81%
GREEN value IS 40 (16.02% from 255) = 13.33%
BLUE value IS 17 (7.03% from 255) = 5.67%
R=81%
G=13.33%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243401700.840.930.056.1190.450.98
HexF328110545D565a33
Octal363502101241355613263
Binary11110011101000100010101010010111011011101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32811; }

 p { color: rgb(243,40,17); }

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

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

 a { background-color: rgb(243,40,17); }

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

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

 span { border-color: rgb(243,40,17); }

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