Html Css Color HEX #F52F37 Alizarin

📋 copy color: '#F52F37'

red 245 ◦ green 47 ◦ blue 55

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

Shades of Alizarin #F52F37

Tints of Alizarin #F52F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.54%

 BLUE value IS 55 (21.88% from 255) = 15.85%

R = 70.61%
G = 13.54%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F52F37 (or 0xF52F37) is known color: Alizarin. HEX triplet: F5, 2F and 37. RGB value is (245,47,55). Sum of RGB (Red+Green+Blue) = 245+47+55=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F52F37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52F37 is #0AD0C8. Grayscale: #6B6B6B. Windows color (decimal): -708809 or 3616757. OLE color: 3616757.

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

Color convert

RGB 245 47 55 -
CMYK 0 0.81 0.78 0.04
HSL 357.58º 0.91% 0.57% -
HSV(B) 357.58º 0.81% 0.96% -
XYZ 39.36 21.72 5.73 -
YUV 107.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 245 47 55 0 0.81 0.78 0.04 357.58 0.91 0.57
Hex F5 2F 37 0 51 4E 4 166 5B 39
Octal 365 57 67 0 121 116 4 546 133 71
Binary 11110101 101111 110111 0 1010001 1001110 100 101100110 1011011 111001

Color Harmonies of #F52F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52F37

Black with #F52F37

Text Example


Text Example

White with #F52F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52F37; }

 p { color: rgb(245,47,55); }

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

background-color css

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

 a { background-color: rgb(245,47,55); }

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

border-color css

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

 span { border-color: rgb(245,47,55); }

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