#F32416

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

Shades of Scarlet #F32416

Tints of Scarlet #F32416

Color information

#F32416 (or 0xF32416) is unknown color: approx Scarlet. HEX triplet: F3, 24 and 16. RGB value is (243,36,22). Sum of RGB (Red+Green+Blue) = 243+36+22=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F32416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32416 is #0CDBE9. Grayscale: #606060. Windows color (decimal): -842730 or 1451251. OLE color: 1451251.

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

Color convert

RGB2433622-
CMYK00.850.910.05
HSL3.8º90.2%51.96%-
HSV(B)3.8º90.95%95.29%-
XYZ37.7420.372.7-
YUV96.386.08232.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 80.73%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 22 (8.98% from 255) = 7.31%
R=80.73%
G=11.96%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243362200.850.910.053.890.251.96
HexF324160555B545a34
Octal363442601251335413264
Binary11110011100100101100101010110110111011001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32416; }

 p { color: rgb(243,36,22); }

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

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

 a { background-color: rgb(243,36,22); }

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

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

 span { border-color: rgb(243,36,22); }

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