Html Css Color HEX #F42139 Alizarin

📋 copy color: '#F42139'

red 244 ◦ green 33 ◦ blue 57

#F42139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #F42139

Tints of Alizarin #F42139

RGB

 RED value IS 244 (95.7% from 255) = 73.05%

 GREEN value IS 33 (13.28% from 255) = 9.88%

 BLUE value IS 57 (22.66% from 255) = 17.07%

R = 73.05%
G = 9.88%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F42139 (or 0xF42139) is known color: Alizarin. HEX triplet: F4, 21 and 39. RGB value is (244,33,57). Sum of RGB (Red+Green+Blue) = 244+33+57=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F42139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42139 is #0BDEC6. Grayscale: #626262. Windows color (decimal): -777927 or 3744244. OLE color: 3744244.

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

Color convert

RGB 244 33 57 -
CMYK 0 0.86 0.77 0.04
HSL 353.18º 0.91% 0.54% -
HSV(B) 353.18º 0.86% 0.96% -
XYZ 38.59 20.62 5.82 -
YUV 98.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 244 33 57 0 0.86 0.77 0.04 353.18 0.91 0.54
Hex F4 21 39 0 56 4D 4 161 5B 36
Octal 364 41 71 0 126 115 4 541 133 66
Binary 11110100 100001 111001 0 1010110 1001101 100 101100001 1011011 110110

Color Harmonies of #F42139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42139

Black with #F42139

Text Example


Text Example

White with #F42139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42139; }

 p { color: rgb(244,33,57); }

 H1.HeaderClassName
 {
   color: #F42139;
 }
 .AnyTagClassName
 {
   color: #F42139;
 }
</style>

background-color css

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

 a { background-color: rgb(244,33,57); }

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

border-color css

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

 span { border-color: rgb(244,33,57); }

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