Html Css Color HEX #F53439 Alizarin

📋 copy color: '#F53439'

red 245 ◦ green 52 ◦ blue 57

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

Shades of Alizarin #F53439

Tints of Alizarin #F53439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

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

R = 69.21%
G = 14.69%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F53439 (or 0xF53439) is known color: Alizarin. HEX triplet: F5, 34 and 39. RGB value is (245,52,57). Sum of RGB (Red+Green+Blue) = 245+52+57=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F53439 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53439 is #0ACBC6. Grayscale: #6E6E6E. Windows color (decimal): -707527 or 3749109. OLE color: 3749109.

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

Color convert

RGB 245 52 57 -
CMYK 0 0.79 0.77 0.04
HSL 358.45º 0.91% 0.58% -
HSV(B) 358.45º 0.79% 0.96% -
XYZ 39.62 22.16 6.06 -
YUV 110.28 97.94 224.09 -
System Red Green Blue C M Y K H S L
Decimal 245 52 57 0 0.79 0.77 0.04 358.45 0.91 0.58
Hex F5 34 39 0 4F 4D 4 166 5B 3A
Octal 365 64 71 0 117 115 4 546 133 72
Binary 11110101 110100 111001 0 1001111 1001101 100 101100110 1011011 111010

Color Harmonies of #F53439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53439

Black with #F53439

Text Example


Text Example

White with #F53439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53439; }

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

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

background-color css

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

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

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

border-color css

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

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

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