#f42900

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

Shades of Scarlet #F42900

Tints of Scarlet #F42900

Color information

#F42900 (or 0xF42900) is unknown color: approx Scarlet. HEX triplet: F4, 29 and 00. RGB value is (244,41,0). Sum of RGB (Red+Green+Blue) = 244+41+0=285 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.61% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 244 - color contains mainly: red. Hex color #F42900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42900 is #0BD6FF. Grayscale: #616161. Windows color (decimal): -775936 or 10740. OLE color: 10740.

HSL color Cylindrical-coordinate representation of color #F42900: hue angle of 10.08º 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 #F42900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB244410-
CMYK00.8310.04
HSL10.08º100%47.84%-
HSV(B)10.08º100%95.69%-
XYZ38.120.822.01-
YUV97.0273.25232.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 85.61%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.61%
G=14.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24441000.8310.0410.0810047.84
HexF4290053644a6430
Octal364510012314441214460
Binary11110100101001001010011110010010010101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f42900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f42900; }

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

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

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

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

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

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

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

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