Html Css Color HEX #F52B36 Alizarin

📋 copy color: '#F52B36'

red 245 ◦ green 43 ◦ blue 54

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

Shades of Alizarin #F52B36

Tints of Alizarin #F52B36

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.57%

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

R = 71.64%
G = 12.57%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F52B36 (or 0xF52B36) is known color: Alizarin. HEX triplet: F5, 2B and 36. RGB value is (245,43,54). Sum of RGB (Red+Green+Blue) = 245+43+54=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52B36 is #0AD4C9. Grayscale: #686868. Windows color (decimal): -709834 or 3550197. OLE color: 3550197.

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

Color convert

RGB 245 43 54 -
CMYK 0 0.82 0.78 0.04
HSL 356.73º 0.91% 0.56% -
HSV(B) 356.73º 0.82% 0.96% -
XYZ 39.19 21.41 5.56 -
YUV 104.65 99.42 228.11 -
System Red Green Blue C M Y K H S L
Decimal 245 43 54 0 0.82 0.78 0.04 356.73 0.91 0.56
Hex F5 2B 36 0 52 4E 4 165 5B 38
Octal 365 53 66 0 122 116 4 545 133 70
Binary 11110101 101011 110110 0 1010010 1001110 100 101100101 1011011 111000

Color Harmonies of #F52B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52B36

Black with #F52B36

Text Example


Text Example

White with #F52B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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