Html Css Color HEX #F52434 Alizarin

📋 copy color: '#F52434'

red 245 ◦ green 36 ◦ blue 52

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

Shades of Alizarin #F52434

Tints of Alizarin #F52434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.81%

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

R = 73.57%
G = 10.81%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F52434 (or 0xF52434) is known color: Alizarin. HEX triplet: F5, 24 and 34. RGB value is (245,36,52). Sum of RGB (Red+Green+Blue) = 245+36+52=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F52434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52434 is #0ADBCB. Grayscale: #646464. Windows color (decimal): -711628 or 3417333. OLE color: 3417333.

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

Color convert

RGB 245 36 52 -
CMYK 0 0.85 0.79 0.04
HSL 355.41º 0.91% 0.55% -
HSV(B) 355.41º 0.85% 0.96% -
XYZ 38.91 20.92 5.24 -
YUV 100.32 100.74 231.2 -
System Red Green Blue C M Y K H S L
Decimal 245 36 52 0 0.85 0.79 0.04 355.41 0.91 0.55
Hex F5 24 34 0 55 4F 4 163 5B 37
Octal 365 44 64 0 125 117 4 543 133 67
Binary 11110101 100100 110100 0 1010101 1001111 100 101100011 1011011 110111

Color Harmonies of #F52434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52434

Black with #F52434

Text Example


Text Example

White with #F52434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52434; }

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

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

background-color css

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

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

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

border-color css

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

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

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