#F82718

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

Shades of Scarlet #F82718

Tints of Scarlet #F82718

Color information

#F82718 (or 0xF82718) is unknown color: approx Scarlet. HEX triplet: F8, 27 and 18. RGB value is (248,39,24). Sum of RGB (Red+Green+Blue) = 248+39+24=311 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.74% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 248 - color contains mainly: red. Hex color #F82718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82718 is #07D8E7. Grayscale: #646464. Windows color (decimal): -514280 or 1583096. OLE color: 1583096.

HSL color Cylindrical-coordinate representation of color #F82718: hue angle of 4.02º 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 #F82718 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB2483924-
CMYK00.840.900.03
HSL4.02º94.12%53.33%-
HSV(B)4.02º90.32%97.25%-
XYZ39.621.472.92-
YUV99.7885.24233.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 79.74%
GREEN value IS 39 (15.62% from 255) = 12.54%
BLUE value IS 24 (9.77% from 255) = 7.72%
R=79.74%
G=12.54%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248392400.840.900.034.0294.1253.33
HexF827180545A345e35
Octal370473001241323413665
Binary1111100010011111000010101001011010111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82718; }

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

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

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

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

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

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

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

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