Html Css Color HEX #F53237 Alizarin

📋 copy color: '#F53237'

red 245 ◦ green 50 ◦ blue 55

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

Shades of Alizarin #F53237

Tints of Alizarin #F53237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

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

R = 70%
G = 14.29%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F53237 (or 0xF53237) is known color: Alizarin. HEX triplet: F5, 32 and 37. RGB value is (245,50,55). Sum of RGB (Red+Green+Blue) = 245+50+55=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F53237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53237 is #0ACDC8. Grayscale: #6D6D6D. Windows color (decimal): -708041 or 3617525. OLE color: 3617525.

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

Color convert

RGB 245 50 55 -
CMYK 0 0.80 0.78 0.04
HSL 358.46º 0.91% 0.58% -
HSV(B) 358.46º 0.8% 0.96% -
XYZ 39.49 21.97 5.77 -
YUV 108.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 245 50 55 0 0.80 0.78 0.04 358.46 0.91 0.58
Hex F5 32 37 0 50 4E 4 166 5B 3A
Octal 365 62 67 0 120 116 4 546 133 72
Binary 11110101 110010 110111 0 1010000 1001110 100 101100110 1011011 111010

Color Harmonies of #F53237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53237

Black with #F53237

Text Example


Text Example

White with #F53237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53237; }

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

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

background-color css

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

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

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

border-color css

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

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

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