#F41D1C

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

Shades of Scarlet #F41D1C

Tints of Scarlet #F41D1C

Color information

#F41D1C (or 0xF41D1C) is unknown color: approx Scarlet. HEX triplet: F4, 1D and 1C. RGB value is (244,29,28). Sum of RGB (Red+Green+Blue) = 244+29+28=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41D1C is #0BE2E3. Grayscale: #5D5D5D. Windows color (decimal): -778980 or 1842676. OLE color: 1842676.

HSL color Cylindrical-coordinate representation of color #F41D1C: hue angle of 0.28º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41D1C is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB2442928-
CMYK00.880.890.04
HSL0.28º90.76%53.33%-
HSV(B)0.28º88.52%95.69%-
XYZ37.9620.23-
YUV93.1791.23235.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 81.06%
GREEN value IS 29 (11.72% from 255) = 9.63%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=81.06%
G=9.63%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244292800.880.890.040.2890.7653.33
HexF41D1C05859405b35
Octal364353401301314013365
Binary11110100111011110001011000101100110001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41D1C; }

 p { color: rgb(244,29,28); }

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

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

 a { background-color: rgb(244,29,28); }

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

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

 span { border-color: rgb(244,29,28); }

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