Html Css Color HEX #F52129 Alizarin

📋 copy color: '#F52129'

red 245 ◦ green 33 ◦ blue 41

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

Shades of Alizarin #F52129

Tints of Alizarin #F52129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.85%

R = 76.8%
G = 10.34%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F52129 (or 0xF52129) is known color: Alizarin. HEX triplet: F5, 21 and 29. RGB value is (245,33,41). Sum of RGB (Red+Green+Blue) = 245+33+41=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F52129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52129 is #0ADED6. Grayscale: #616161. Windows color (decimal): -712407 or 2695669. OLE color: 2695669.

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

Color convert

RGB 245 33 41 -
CMYK 0 0.87 0.83 0.04
HSL 357.74º 0.91% 0.55% -
HSV(B) 357.74º 0.87% 0.96% -
XYZ 38.6 20.66 4.05 -
YUV 97.3 96.24 233.35 -
System Red Green Blue C M Y K H S L
Decimal 245 33 41 0 0.87 0.83 0.04 357.74 0.91 0.55
Hex F5 21 29 0 57 53 4 166 5B 37
Octal 365 41 51 0 127 123 4 546 133 67
Binary 11110101 100001 101001 0 1010111 1010011 100 101100110 1011011 110111

Color Harmonies of #F52129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52129

Black with #F52129

Text Example


Text Example

White with #F52129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52129; }

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

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

background-color css

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

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

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

border-color css

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

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

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