Html Css Color HEX #F42532 Alizarin

📋 copy color: '#F42532'

red 244 ◦ green 37 ◦ blue 50

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

Shades of Alizarin #F42532

Tints of Alizarin #F42532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

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

R = 73.72%
G = 11.18%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F42532 (or 0xF42532) is known color: Alizarin. HEX triplet: F4, 25 and 32. RGB value is (244,37,50). Sum of RGB (Red+Green+Blue) = 244+37+50=331 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.72% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 244 - color contains mainly: red. Hex color #F42532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42532 is #0BDACD. Grayscale: #646464. Windows color (decimal): -776910 or 3286516. OLE color: 3286516.

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

Color convert

RGB 244 37 50 -
CMYK 0 0.85 0.80 0.04
HSL 356.23º 0.9% 0.55% -
HSV(B) 356.23º 0.85% 0.96% -
XYZ 38.55 20.79 5 -
YUV 100.38 99.58 230.44 -
System Red Green Blue C M Y K H S L
Decimal 244 37 50 0 0.85 0.80 0.04 356.23 0.9 0.55
Hex F4 25 32 0 55 50 4 164 5A 37
Octal 364 45 62 0 125 120 4 544 132 67
Binary 11110100 100101 110010 0 1010101 1010000 100 101100100 1011010 110111

Color Harmonies of #F42532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42532

Black with #F42532

Text Example


Text Example

White with #F42532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42532; }

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

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

background-color css

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

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

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

border-color css

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

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

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