Html Css Color HEX #F52736 Alizarin

📋 copy color: '#F52736'

red 245 ◦ green 39 ◦ blue 54

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

Shades of Alizarin #F52736

Tints of Alizarin #F52736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 54 (21.48% from 255) = 15.98%

R = 72.49%
G = 11.54%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F52736 (or 0xF52736) is known color: Alizarin. HEX triplet: F5, 27 and 36. RGB value is (245,39,54). Sum of RGB (Red+Green+Blue) = 245+39+54=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F52736 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52736 is #0AD8C9. Grayscale: #666666. Windows color (decimal): -710858 or 3549173. OLE color: 3549173.

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

Color convert

RGB 245 39 54 -
CMYK 0 0.84 0.78 0.04
HSL 355.63º 0.91% 0.56% -
HSV(B) 355.63º 0.84% 0.96% -
XYZ 39.05 21.13 5.51 -
YUV 102.3 100.75 229.78 -
System Red Green Blue C M Y K H S L
Decimal 245 39 54 0 0.84 0.78 0.04 355.63 0.91 0.56
Hex F5 27 36 0 54 4E 4 164 5B 38
Octal 365 47 66 0 124 116 4 544 133 70
Binary 11110101 100111 110110 0 1010100 1001110 100 101100100 1011011 111000

Color Harmonies of #F52736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52736

Black with #F52736

Text Example


Text Example

White with #F52736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52736; }

 p { color: rgb(245,39,54); }

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

background-color css

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

 a { background-color: rgb(245,39,54); }

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

border-color css

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

 span { border-color: rgb(245,39,54); }

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