#F1250D

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

Shades of Scarlet #F1250D

Tints of Scarlet #F1250D

Color information

#F1250D (or 0xF1250D) is unknown color: approx Scarlet. HEX triplet: F1, 25 and 0D. RGB value is (241,37,13). Sum of RGB (Red+Green+Blue) = 241+37+13=291 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.82% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 241 - color contains mainly: red. Hex color #F1250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1250D is #0EDAF2. Grayscale: #5F5F5F. Windows color (decimal): -973555 or 861681. OLE color: 861681.

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

Color convert

RGB2413713-
CMYK00.850.950.05
HSL6.32º89.76%49.8%-
HSV(B)6.32º94.61%94.51%-
XYZ37.0120.052.3-
YUV95.2681.59231.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 82.82%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 13 (5.47% from 255) = 4.47%
R=82.82%
G=12.71%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241371300.850.950.056.3289.7649.8
HexF125D0555F565a32
Octal361451501251375613262
Binary1111000110010111010101010110111111011101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1250D; }

 p { color: rgb(241,37,13); }

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

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

 a { background-color: rgb(241,37,13); }

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

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

 span { border-color: rgb(241,37,13); }

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