#F03738

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

Shades of Alizarin #F03738

Tints of Alizarin #F03738

Color information

#F03738 (or 0xF03738) is unknown color: approx Alizarin. HEX triplet: F0, 37 and 38. RGB value is (240,55,56). Sum of RGB (Red+Green+Blue) = 240+55+56=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F03738 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03738 is #0FC8C7. Grayscale: #6E6E6E. Windows color (decimal): -1034440 or 3684336. OLE color: 3684336.

HSL color Cylindrical-coordinate representation of color #F03738: hue angle of 359.68º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03738 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB2405556-
CMYK00.770.770.06
HSL359.68º86.05%57.84%-
HSV(B)359.68º77.08%94.12%-
XYZ38.0221.545.9-
YUV110.4397.29220.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 68.38%
GREEN value IS 55 (21.88% from 255) = 15.67%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=68.38%
G=15.67%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240555600.770.770.06359.6886.0557.84
HexF0373804D4D6168563a
Octal36067700115115655012672
Binary111100001101111110000100110110011011101011010001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03738; }

 p { color: rgb(240,55,56); }

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

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

 a { background-color: rgb(240,55,56); }

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

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

 span { border-color: rgb(240,55,56); }

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