Html Css Color HEX #F5252D Alizarin

📋 copy color: '#F5252D'

red 245 ◦ green 37 ◦ blue 45

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

Shades of Alizarin #F5252D

Tints of Alizarin #F5252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.76%

R = 74.92%
G = 11.31%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5252D (or 0xF5252D) is known color: Alizarin. HEX triplet: F5, 25 and 2D. RGB value is (245,37,45). Sum of RGB (Red+Green+Blue) = 245+37+45=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F5252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5252D is #0ADAD2. Grayscale: #646464. Windows color (decimal): -711379 or 2958837. OLE color: 2958837.

HSL color Cylindrical-coordinate representation of color #F5252D: hue angle of 357.69º 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 #F5252D is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 37 45 -
CMYK 0 0.85 0.82 0.04
HSL 357.69º 0.91% 0.55% -
HSV(B) 357.69º 0.85% 0.96% -
XYZ 38.79 20.93 4.48 -
YUV 100.1 96.91 231.35 -
System Red Green Blue C M Y K H S L
Decimal 245 37 45 0 0.85 0.82 0.04 357.69 0.91 0.55
Hex F5 25 2D 0 55 52 4 166 5B 37
Octal 365 45 55 0 125 122 4 546 133 67
Binary 11110101 100101 101101 0 1010101 1010010 100 101100110 1011011 110111

Color Harmonies of #F5252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5252D

Black with #F5252D

Text Example


Text Example

White with #F5252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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