#F82C18

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

Shades of Scarlet #F82C18

Tints of Scarlet #F82C18

Color information

#F82C18 (or 0xF82C18) is unknown color: approx Scarlet. HEX triplet: F8, 2C and 18. RGB value is (248,44,24). Sum of RGB (Red+Green+Blue) = 248+44+24=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82C18 is #07D3E7. Grayscale: #666666. Windows color (decimal): -513000 or 1584376. OLE color: 1584376.

HSL color Cylindrical-coordinate representation of color #F82C18: hue angle of 5.36º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F82C18 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB2484424-
CMYK00.820.900.03
HSL5.36º94.12%53.33%-
HSV(B)5.36º90.32%97.25%-
XYZ39.7821.822.98-
YUV102.7283.59231.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 78.48%
GREEN value IS 44 (17.58% from 255) = 13.92%
BLUE value IS 24 (9.77% from 255) = 7.59%
R=78.48%
G=13.92%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248442400.820.900.035.3694.1253.33
HexF82C180525A355e35
Octal370543001221323513665
Binary1111100010110011000010100101011010111011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82C18; }

 p { color: rgb(248,44,24); }

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

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

 a { background-color: rgb(248,44,24); }

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

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

 span { border-color: rgb(248,44,24); }

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