Html Css Color HEX #F53539 Alizarin

📋 copy color: '#F53539'

red 245 ◦ green 53 ◦ blue 57

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

Shades of Alizarin #F53539

Tints of Alizarin #F53539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.93%

 BLUE value IS 57 (22.66% from 255) = 16.06%

R = 69.01%
G = 14.93%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F53539 (or 0xF53539) is known color: Alizarin. HEX triplet: F5, 35 and 39. RGB value is (245,53,57). Sum of RGB (Red+Green+Blue) = 245+53+57=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F53539 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53539 is #0ACAC6. Grayscale: #6F6F6F. Windows color (decimal): -707271 or 3749365. OLE color: 3749365.

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

Color convert

RGB 245 53 57 -
CMYK 0 0.78 0.77 0.04
HSL 358.75º 0.91% 0.58% -
HSV(B) 358.75º 0.78% 0.96% -
XYZ 39.67 22.25 6.08 -
YUV 110.86 97.61 223.67 -
System Red Green Blue C M Y K H S L
Decimal 245 53 57 0 0.78 0.77 0.04 358.75 0.91 0.58
Hex F5 35 39 0 4E 4D 4 167 5B 3A
Octal 365 65 71 0 116 115 4 547 133 72
Binary 11110101 110101 111001 0 1001110 1001101 100 101100111 1011011 111010

Color Harmonies of #F53539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53539

Black with #F53539

Text Example


Text Example

White with #F53539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53539; }

 p { color: rgb(245,53,57); }

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

background-color css

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

 a { background-color: rgb(245,53,57); }

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

border-color css

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

 span { border-color: rgb(245,53,57); }

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