Html Css Color HEX #F52D3F Alizarin

📋 copy color: '#F52D3F'

red 245 ◦ green 45 ◦ blue 63

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

Shades of Alizarin #F52D3F

Tints of Alizarin #F52D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.75%

 BLUE value IS 63 (25% from 255) = 17.85%

R = 69.41%
G = 12.75%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F52D3F (or 0xF52D3F) is known color: Alizarin. HEX triplet: F5, 2D and 3F. RGB value is (245,45,63). Sum of RGB (Red+Green+Blue) = 245+45+63=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52D3F is #0AD2C0. Grayscale: #6A6A6A. Windows color (decimal): -709313 or 4140533. OLE color: 4140533.

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

Color convert

RGB 245 45 63 -
CMYK 0 0.82 0.74 0.04
HSL 354.6º 0.91% 0.57% -
HSV(B) 354.6º 0.82% 0.96% -
XYZ 39.49 21.65 6.8 -
YUV 106.85 103.26 226.54 -
System Red Green Blue C M Y K H S L
Decimal 245 45 63 0 0.82 0.74 0.04 354.6 0.91 0.57
Hex F5 2D 3F 0 52 4A 4 163 5B 39
Octal 365 55 77 0 122 112 4 543 133 71
Binary 11110101 101101 111111 0 1010010 1001010 100 101100011 1011011 111001

Color Harmonies of #F52D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52D3F

Black with #F52D3F

Text Example


Text Example

White with #F52D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52D3F; }

 p { color: rgb(245,45,63); }

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

background-color css

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

 a { background-color: rgb(245,45,63); }

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

border-color css

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

 span { border-color: rgb(245,45,63); }

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