Html Css Color HEX #F52034 Alizarin

📋 copy color: '#F52034'

red 245 ◦ green 32 ◦ blue 52

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

Shades of Alizarin #F52034

Tints of Alizarin #F52034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.73%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 74.47%
G = 9.73%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F52034 (or 0xF52034) is known color: Alizarin. HEX triplet: F5, 20 and 34. RGB value is (245,32,52). Sum of RGB (Red+Green+Blue) = 245+32+52=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F52034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52034 is #0ADFCB. Grayscale: #626262. Windows color (decimal): -712652 or 3416309. OLE color: 3416309.

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

Color convert

RGB 245 32 52 -
CMYK 0 0.87 0.79 0.04
HSL 354.37º 0.91% 0.54% -
HSV(B) 354.37º 0.87% 0.96% -
XYZ 38.79 20.69 5.2 -
YUV 97.97 102.07 232.87 -
System Red Green Blue C M Y K H S L
Decimal 245 32 52 0 0.87 0.79 0.04 354.37 0.91 0.54
Hex F5 20 34 0 57 4F 4 162 5B 36
Octal 365 40 64 0 127 117 4 542 133 66
Binary 11110101 100000 110100 0 1010111 1001111 100 101100010 1011011 110110

Color Harmonies of #F52034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52034

Black with #F52034

Text Example


Text Example

White with #F52034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52034; }

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

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

background-color css

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

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

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

border-color css

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

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

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