Html Css Color HEX #F52132 Alizarin

📋 copy color: '#F52132'

red 245 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #F52132

Tints of Alizarin #F52132

RGB

 RED value IS 245 (96.09% from 255) = 74.7%

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

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

R = 74.7%
G = 10.06%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F52132 (or 0xF52132) is known color: Alizarin. HEX triplet: F5, 21 and 32. RGB value is (245,33,50). Sum of RGB (Red+Green+Blue) = 245+33+50=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F52132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52132 is #0ADECD. Grayscale: #626262. Windows color (decimal): -712398 or 3285493. OLE color: 3285493.

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

Color convert

RGB 245 33 50 -
CMYK 0 0.87 0.80 0.04
HSL 355.19º 0.91% 0.55% -
HSV(B) 355.19º 0.87% 0.96% -
XYZ 38.78 20.73 4.98 -
YUV 98.33 100.74 232.62 -
System Red Green Blue C M Y K H S L
Decimal 245 33 50 0 0.87 0.80 0.04 355.19 0.91 0.55
Hex F5 21 32 0 57 50 4 163 5B 37
Octal 365 41 62 0 127 120 4 543 133 67
Binary 11110101 100001 110010 0 1010111 1010000 100 101100011 1011011 110111

Color Harmonies of #F52132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52132

Black with #F52132

Text Example


Text Example

White with #F52132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52132; }

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

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

background-color css

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

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

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

border-color css

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

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

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