#F42B0B

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

Shades of Scarlet #F42B0B

Tints of Scarlet #F42B0B

Color information

#F42B0B (or 0xF42B0B) is unknown color: approx Scarlet. HEX triplet: F4, 2B and 0B. RGB value is (244,43,11). Sum of RGB (Red+Green+Blue) = 244+43+11=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42B0B is #0BD4F4. Grayscale: #636363. Windows color (decimal): -775413 or 732148. OLE color: 732148.

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

Color convert

RGB2444311-
CMYK00.820.950.04
HSL8.24º91.37%50%-
HSV(B)8.24º95.49%95.69%-
XYZ38.2320.992.35-
YUV99.4578.09231.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 81.88%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=81.88%
G=14.43%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244431100.820.950.048.2491.3750
HexF42BB0525F485b32
Octal3645313012213741013362
Binary11110100101011101101010010101111110010001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42B0B; }

 p { color: rgb(244,43,11); }

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

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

 a { background-color: rgb(244,43,11); }

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

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

 span { border-color: rgb(244,43,11); }

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