Html Css Color HEX #F52B2C Alizarin

📋 copy color: '#F52B2C'

red 245 ◦ green 43 ◦ blue 44

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

Shades of Alizarin #F52B2C

Tints of Alizarin #F52B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

 BLUE value IS 44 (17.58% from 255) = 13.25%

R = 73.8%
G = 12.95%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F52B2C (or 0xF52B2C) is known color: Alizarin. HEX triplet: F5, 2B and 2C. RGB value is (245,43,44). Sum of RGB (Red+Green+Blue) = 245+43+44=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52B2C is #0AD4D3. Grayscale: #676767. Windows color (decimal): -709844 or 2894837. OLE color: 2894837.

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

Color convert

RGB 245 43 44 -
CMYK 0 0.82 0.82 0.04
HSL 359.7º 0.91% 0.56% -
HSV(B) 359.7º 0.82% 0.96% -
XYZ 38.97 21.32 4.44 -
YUV 103.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 245 43 44 0 0.82 0.82 0.04 359.7 0.91 0.56
Hex F5 2B 2C 0 52 52 4 168 5B 38
Octal 365 53 54 0 122 122 4 550 133 70
Binary 11110101 101011 101100 0 1010010 1010010 100 101101000 1011011 111000

Color Harmonies of #F52B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52B2C

Black with #F52B2C

Text Example


Text Example

White with #F52B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52B2C; }

 p { color: rgb(245,43,44); }

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

background-color css

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

 a { background-color: rgb(245,43,44); }

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

border-color css

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

 span { border-color: rgb(245,43,44); }

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