Html Css Color HEX #F42132 Alizarin

📋 copy color: '#F42132'

red 244 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #F42132

Tints of Alizarin #F42132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.29%

R = 74.62%
G = 10.09%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F42132 (or 0xF42132) is known color: Alizarin. HEX triplet: F4, 21 and 32. RGB value is (244,33,50). Sum of RGB (Red+Green+Blue) = 244+33+50=327 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.62% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 244 - color contains mainly: red. Hex color #F42132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42132 is #0BDECD. Grayscale: #626262. Windows color (decimal): -777934 or 3285492. OLE color: 3285492.

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

Color convert

RGB 244 33 50 -
CMYK 0 0.86 0.80 0.04
HSL 355.17º 0.91% 0.54% -
HSV(B) 355.17º 0.86% 0.96% -
XYZ 38.43 20.55 4.96 -
YUV 98.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 244 33 50 0 0.86 0.80 0.04 355.17 0.91 0.54
Hex F4 21 32 0 56 50 4 163 5B 36
Octal 364 41 62 0 126 120 4 543 133 66
Binary 11110100 100001 110010 0 1010110 1010000 100 101100011 1011011 110110

Color Harmonies of #F42132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42132

Black with #F42132

Text Example


Text Example

White with #F42132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42132; }

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

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

background-color css

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

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

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

border-color css

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

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

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