Html Css Color HEX #F52430 Alizarin

📋 copy color: '#F52430'

red 245 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #F52430

Tints of Alizarin #F52430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.59%

R = 74.47%
G = 10.94%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F52430 (or 0xF52430) is known color: Alizarin. HEX triplet: F5, 24 and 30. RGB value is (245,36,48). Sum of RGB (Red+Green+Blue) = 245+36+48=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F52430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52430 is #0ADBCF. Grayscale: #646464. Windows color (decimal): -711632 or 3155189. OLE color: 3155189.

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

Color convert

RGB 245 36 48 -
CMYK 0 0.85 0.80 0.04
HSL 356.56º 0.91% 0.55% -
HSV(B) 356.56º 0.85% 0.96% -
XYZ 38.82 20.89 4.78 -
YUV 99.86 98.74 231.52 -
System Red Green Blue C M Y K H S L
Decimal 245 36 48 0 0.85 0.80 0.04 356.56 0.91 0.55
Hex F5 24 30 0 55 50 4 165 5B 37
Octal 365 44 60 0 125 120 4 545 133 67
Binary 11110101 100100 110000 0 1010101 1010000 100 101100101 1011011 110111

Color Harmonies of #F52430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52430

Black with #F52430

Text Example


Text Example

White with #F52430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52430; }

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

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

background-color css

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

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

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

border-color css

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

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

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