Html Css Color HEX #F52033 Alizarin

📋 copy color: '#F52033'

red 245 ◦ green 32 ◦ blue 51

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

Shades of Alizarin #F52033

Tints of Alizarin #F52033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.76%

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 74.7%
G = 9.76%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F52033 (or 0xF52033) is known color: Alizarin. HEX triplet: F5, 20 and 33. RGB value is (245,32,51). Sum of RGB (Red+Green+Blue) = 245+32+51=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F52033 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52033 is #0ADFCC. Grayscale: #616161. Windows color (decimal): -712653 or 3350773. OLE color: 3350773.

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

Color convert

RGB 245 32 51 -
CMYK 0 0.87 0.79 0.04
HSL 354.65º 0.91% 0.54% -
HSV(B) 354.65º 0.87% 0.96% -
XYZ 38.77 20.68 5.08 -
YUV 97.85 101.57 232.96 -
System Red Green Blue C M Y K H S L
Decimal 245 32 51 0 0.87 0.79 0.04 354.65 0.91 0.54
Hex F5 20 33 0 57 4F 4 163 5B 36
Octal 365 40 63 0 127 117 4 543 133 66
Binary 11110101 100000 110011 0 1010111 1001111 100 101100011 1011011 110110

Color Harmonies of #F52033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52033

Black with #F52033

Text Example


Text Example

White with #F52033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52033; }

 p { color: rgb(245,32,51); }

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

background-color css

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

 a { background-color: rgb(245,32,51); }

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

border-color css

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

 span { border-color: rgb(245,32,51); }

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