Html Css Color HEX #F53537 Alizarin

📋 copy color: '#F53537'

red 245 ◦ green 53 ◦ blue 55

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

Shades of Alizarin #F53537

Tints of Alizarin #F53537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.58%

R = 69.41%
G = 15.01%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F53537 (or 0xF53537) is known color: Alizarin. HEX triplet: F5, 35 and 37. RGB value is (245,53,55). Sum of RGB (Red+Green+Blue) = 245+53+55=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F53537 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53537 is #0ACAC8. Grayscale: #6E6E6E. Windows color (decimal): -707273 or 3618293. OLE color: 3618293.

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

Color convert

RGB 245 53 55 -
CMYK 0 0.78 0.78 0.04
HSL 359.38º 0.91% 0.58% -
HSV(B) 359.38º 0.78% 0.96% -
XYZ 39.62 22.23 5.82 -
YUV 110.64 96.61 223.84 -
System Red Green Blue C M Y K H S L
Decimal 245 53 55 0 0.78 0.78 0.04 359.38 0.91 0.58
Hex F5 35 37 0 4E 4E 4 167 5B 3A
Octal 365 65 67 0 116 116 4 547 133 72
Binary 11110101 110101 110111 0 1001110 1001110 100 101100111 1011011 111010

Color Harmonies of #F53537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53537

Black with #F53537

Text Example


Text Example

White with #F53537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53537; }

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

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

background-color css

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

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

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

border-color css

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

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

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