#F32216

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

Shades of Scarlet #F32216

Tints of Scarlet #F32216

Color information

#F32216 (or 0xF32216) is unknown color: approx Scarlet. HEX triplet: F3, 22 and 16. RGB value is (243,34,22). Sum of RGB (Red+Green+Blue) = 243+34+22=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F32216 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32216 is #0CDDE9. Grayscale: #5F5F5F. Windows color (decimal): -843242 or 1450739. OLE color: 1450739.

HSL color Cylindrical-coordinate representation of color #F32216: hue angle of 3.26º 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 #F32216 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB2433422-
CMYK00.860.910.05
HSL3.26º90.2%51.96%-
HSV(B)3.26º90.95%95.29%-
XYZ37.6820.262.68-
YUV95.1286.74233.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 81.27%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 22 (8.98% from 255) = 7.36%
R=81.27%
G=11.37%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243342200.860.910.053.2690.251.96
HexF322160565B535a34
Octal363422601261335313264
Binary1111001110001010110010101101011011101111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32216; }

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

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

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

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

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

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

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

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