#F01944

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

Shades of Crimson #F01944

Tints of Crimson #F01944

Color information

#F01944 (or 0xF01944) is unknown color: approx Crimson. HEX triplet: F0, 19 and 44. RGB value is (240,25,68). Sum of RGB (Red+Green+Blue) = 240+25+68=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F01944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01944 is #0FE6BB. Grayscale: #5E5E5E. Windows color (decimal): -1042108 or 4463088. OLE color: 4463088.

HSL color Cylindrical-coordinate representation of color #F01944: hue angle of 348º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01944 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2402568-
CMYK00.900.720.06
HSL348º87.76%51.96%-
HSV(B)348º89.58%94.12%-
XYZ37.3319.647.29-
YUV94.19113.23232-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.07%
GREEN value IS 25 (10.16% from 255) = 7.51%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=72.07%
G=7.51%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240256800.900.720.0634887.7651.96
HexF0194405A48615c5834
Octal360311040132110653413064
Binary111100001100110001000101101010010001101010111001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01944; }

 p { color: rgb(240,25,68); }

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

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

 a { background-color: rgb(240,25,68); }

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

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

 span { border-color: rgb(240,25,68); }

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