Html Css Color HEX #F52232 Alizarin

📋 copy color: '#F52232'

red 245 ◦ green 34 ◦ blue 50

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

Shades of Alizarin #F52232

Tints of Alizarin #F52232

RGB

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

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

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

R = 74.47%
G = 10.33%
B = 15.2%

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

#F52232 (or 0xF52232) is known color: Alizarin. HEX triplet: F5, 22 and 32. RGB value is (245,34,50). Sum of RGB (Red+Green+Blue) = 245+34+50=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F52232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52232 is #0ADDCD. Grayscale: #636363. Windows color (decimal): -712142 or 3285749. OLE color: 3285749.

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

Color convert

RGB 245 34 50 -
CMYK 0 0.86 0.80 0.04
HSL 355.45º 0.91% 0.55% -
HSV(B) 355.45º 0.86% 0.96% -
XYZ 38.8 20.79 4.98 -
YUV 98.91 100.4 232.2 -
System Red Green Blue C M Y K H S L
Decimal 245 34 50 0 0.86 0.80 0.04 355.45 0.91 0.55
Hex F5 22 32 0 56 50 4 163 5B 37
Octal 365 42 62 0 126 120 4 543 133 67
Binary 11110101 100010 110010 0 1010110 1010000 100 101100011 1011011 110111

Color Harmonies of #F52232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52232

Black with #F52232

Text Example


Text Example

White with #F52232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52232; }

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

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

background-color css

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

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

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

border-color css

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

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

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