Html Css Color HEX #F42137 Alizarin

📋 copy color: '#F42137'

red 244 ◦ green 33 ◦ blue 55

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

Shades of Alizarin #F42137

Tints of Alizarin #F42137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.57%

R = 73.49%
G = 9.94%
B = 16.57%

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

#F42137 (or 0xF42137) is known color: Alizarin. HEX triplet: F4, 21 and 37. RGB value is (244,33,55). Sum of RGB (Red+Green+Blue) = 244+33+55=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F42137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42137 is #0BDEC8. Grayscale: #626262. Windows color (decimal): -777929 or 3613172. OLE color: 3613172.

HSL color Cylindrical-coordinate representation of color #F42137: hue angle of 353.74º 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 #F42137 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 55 -
CMYK 0 0.86 0.77 0.04
HSL 353.74º 0.91% 0.54% -
HSV(B) 353.74º 0.86% 0.96% -
XYZ 38.54 20.6 5.56 -
YUV 98.6 103.4 231.71 -
System Red Green Blue C M Y K H S L
Decimal 244 33 55 0 0.86 0.77 0.04 353.74 0.91 0.54
Hex F4 21 37 0 56 4D 4 162 5B 36
Octal 364 41 67 0 126 115 4 542 133 66
Binary 11110100 100001 110111 0 1010110 1001101 100 101100010 1011011 110110

Color Harmonies of #F42137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42137

Black with #F42137

Text Example


Text Example

White with #F42137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42137; }

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

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

background-color css

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

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

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

border-color css

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

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

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