#F4223D

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

Shades of Alizarin #F4223D

Tints of Alizarin #F4223D

Color information

#F4223D (or 0xF4223D) is unknown color: approx Alizarin. HEX triplet: F4, 22 and 3D. RGB value is (244,34,61). Sum of RGB (Red+Green+Blue) = 244+34+61=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F4223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4223D is #0BDDC2. Grayscale: #636363. Windows color (decimal): -777667 or 4006644. OLE color: 4006644.

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

Color convert

RGB2443461-
CMYK00.860.750.04
HSL352.29º90.52%54.51%-
HSV(B)352.29º86.07%95.69%-
XYZ38.7220.716.37-
YUV99.87106.07230.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 71.98%
GREEN value IS 34 (13.67% from 255) = 10.03%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=71.98%
G=10.03%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244346100.860.750.04352.2990.5254.51
HexF4223D0564B41605b37
Octal36442750126113454013367
Binary111101001000101111010101011010010111001011000001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4223D; }

 p { color: rgb(244,34,61); }

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

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

 a { background-color: rgb(244,34,61); }

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

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

 span { border-color: rgb(244,34,61); }

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