Html Css Color HEX #F53238 Alizarin

📋 copy color: '#F53238'

red 245 ◦ green 50 ◦ blue 56

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

Shades of Alizarin #F53238

Tints of Alizarin #F53238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.95%

R = 69.8%
G = 14.25%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F53238 (or 0xF53238) is known color: Alizarin. HEX triplet: F5, 32 and 38. RGB value is (245,50,56). Sum of RGB (Red+Green+Blue) = 245+50+56=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F53238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53238 is #0ACDC7. Grayscale: #6D6D6D. Windows color (decimal): -708040 or 3683061. OLE color: 3683061.

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

Color convert

RGB 245 50 56 -
CMYK 0 0.80 0.77 0.04
HSL 358.15º 0.91% 0.58% -
HSV(B) 358.15º 0.8% 0.96% -
XYZ 39.51 21.98 5.9 -
YUV 108.99 98.1 225.01 -
System Red Green Blue C M Y K H S L
Decimal 245 50 56 0 0.80 0.77 0.04 358.15 0.91 0.58
Hex F5 32 38 0 50 4D 4 166 5B 3A
Octal 365 62 70 0 120 115 4 546 133 72
Binary 11110101 110010 111000 0 1010000 1001101 100 101100110 1011011 111010

Color Harmonies of #F53238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53238

Black with #F53238

Text Example


Text Example

White with #F53238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53238; }

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

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

background-color css

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

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

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

border-color css

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

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

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