#F4373D

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

Shades of Alizarin #F4373D

Tints of Alizarin #F4373D

Color information

#F4373D (or 0xF4373D) is unknown color: approx Alizarin. HEX triplet: F4, 37 and 3D. RGB value is (244,55,61). Sum of RGB (Red+Green+Blue) = 244+55+61=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F4373D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4373D is #0BC8C2. Grayscale: #707070. Windows color (decimal): -772291 or 4012020. OLE color: 4012020.

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

Color convert

RGB2445561-
CMYK00.770.750.04
HSL358.1º89.57%58.63%-
HSV(B)358.1º77.46%95.69%-
XYZ39.5222.36.64-
YUV112.299.12222.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 67.78%
GREEN value IS 55 (21.88% from 255) = 15.28%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=67.78%
G=15.28%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244556100.770.750.04358.189.5758.63
HexF4373D04D4B41665a3b
Octal36467750115113454613273
Binary111101001101111111010100110110010111001011001101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4373D; }

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

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

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

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

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

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

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

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