Html Css Color HEX #F5252F Alizarin

📋 copy color: '#F5252F'

red 245 ◦ green 37 ◦ blue 47

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

Shades of Alizarin #F5252F

Tints of Alizarin #F5252F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 74.47%
G = 11.25%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5252F (or 0xF5252F) is known color: Alizarin. HEX triplet: F5, 25 and 2F. RGB value is (245,37,47). Sum of RGB (Red+Green+Blue) = 245+37+47=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F5252F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5252F is #0ADAD0. Grayscale: #646464. Windows color (decimal): -711377 or 3089909. OLE color: 3089909.

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

Color convert

RGB 245 37 47 -
CMYK 0 0.85 0.81 0.04
HSL 357.12º 0.91% 0.55% -
HSV(B) 357.12º 0.85% 0.96% -
XYZ 38.83 20.94 4.68 -
YUV 100.33 97.91 231.19 -
System Red Green Blue C M Y K H S L
Decimal 245 37 47 0 0.85 0.81 0.04 357.12 0.91 0.55
Hex F5 25 2F 0 55 51 4 165 5B 37
Octal 365 45 57 0 125 121 4 545 133 67
Binary 11110101 100101 101111 0 1010101 1010001 100 101100101 1011011 110111

Color Harmonies of #F5252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5252F

Black with #F5252F

Text Example


Text Example

White with #F5252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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