#F41D00

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

Shades of Scarlet #F41D00

Tints of Scarlet #F41D00

Color information

#F41D00 (or 0xF41D00) is unknown color: approx Scarlet. HEX triplet: F4, 1D and 00. RGB value is (244,29,0). Sum of RGB (Red+Green+Blue) = 244+29+0=273 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.38% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41D00 is #0BE2FF. Grayscale: #5A5A5A. Windows color (decimal): -779008 or 7668. OLE color: 7668.

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

Color convert

RGB244290-
CMYK00.8810.04
HSL7.13º100%47.84%-
HSV(B)7.13º100%95.69%-
XYZ37.7520.111.89-
YUV89.9877.23237.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 89.38%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.38%
G=10.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24429000.8810.047.1310047.84
HexF41D005864476430
Octal36435001301444714460
Binary111101001110100101100011001001001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41D00; }

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

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

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

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

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

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

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

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