Html Css Color HEX #F52229 Alizarin

📋 copy color: '#F52229'

red 245 ◦ green 34 ◦ blue 41

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

Shades of Alizarin #F52229

Tints of Alizarin #F52229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.63%

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

R = 76.56%
G = 10.63%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F52229 (or 0xF52229) is known color: Alizarin. HEX triplet: F5, 22 and 29. RGB value is (245,34,41). Sum of RGB (Red+Green+Blue) = 245+34+41=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F52229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52229 is #0ADDD6. Grayscale: #626262. Windows color (decimal): -712151 or 2695925. OLE color: 2695925.

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

Color convert

RGB 245 34 41 -
CMYK 0 0.86 0.83 0.04
HSL 358.01º 0.91% 0.55% -
HSV(B) 358.01º 0.86% 0.96% -
XYZ 38.63 20.72 4.06 -
YUV 97.89 95.9 232.93 -
System Red Green Blue C M Y K H S L
Decimal 245 34 41 0 0.86 0.83 0.04 358.01 0.91 0.55
Hex F5 22 29 0 56 53 4 166 5B 37
Octal 365 42 51 0 126 123 4 546 133 67
Binary 11110101 100010 101001 0 1010110 1010011 100 101100110 1011011 110111

Color Harmonies of #F52229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52229

Black with #F52229

Text Example


Text Example

White with #F52229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52229; }

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

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

background-color css

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

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

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

border-color css

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

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

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