#F32613

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

Shades of Scarlet #F32613

Tints of Scarlet #F32613

Color information

#F32613 (or 0xF32613) is unknown color: approx Scarlet. HEX triplet: F3, 26 and 13. RGB value is (243,38,19). Sum of RGB (Red+Green+Blue) = 243+38+19=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F32613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32613 is #0CD9EC. Grayscale: #616161. Windows color (decimal): -842221 or 1255155. OLE color: 1255155.

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

Color convert

RGB2433819-
CMYK00.840.920.05
HSL5.09º90.32%51.37%-
HSV(B)5.09º92.18%95.29%-
XYZ37.7720.492.58-
YUV97.1383.92232.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 81%
GREEN value IS 38 (15.23% from 255) = 12.67%
BLUE value IS 19 (7.81% from 255) = 6.33%
R=81%
G=12.67%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243381900.840.920.055.0990.3251.37
HexF326130545C555a33
Octal363462301241345513263
Binary11110011100110100110101010010111001011011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32613; }

 p { color: rgb(243,38,19); }

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

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

 a { background-color: rgb(243,38,19); }

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

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

 span { border-color: rgb(243,38,19); }

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