Html Css Color HEX #F52130 Alizarin

📋 copy color: '#F52130'

red 245 ◦ green 33 ◦ blue 48

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

Shades of Alizarin #F52130

Tints of Alizarin #F52130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.12%

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

R = 75.15%
G = 10.12%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F52130 (or 0xF52130) is known color: Alizarin. HEX triplet: F5, 21 and 30. RGB value is (245,33,48). Sum of RGB (Red+Green+Blue) = 245+33+48=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F52130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52130 is #0ADECF. Grayscale: #626262. Windows color (decimal): -712400 or 3154421. OLE color: 3154421.

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

Color convert

RGB 245 33 48 -
CMYK 0 0.87 0.80 0.04
HSL 355.75º 0.91% 0.55% -
HSV(B) 355.75º 0.87% 0.96% -
XYZ 38.73 20.71 4.75 -
YUV 98.1 99.74 232.78 -
System Red Green Blue C M Y K H S L
Decimal 245 33 48 0 0.87 0.80 0.04 355.75 0.91 0.55
Hex F5 21 30 0 57 50 4 164 5B 37
Octal 365 41 60 0 127 120 4 544 133 67
Binary 11110101 100001 110000 0 1010111 1010000 100 101100100 1011011 110111

Color Harmonies of #F52130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52130

Black with #F52130

Text Example


Text Example

White with #F52130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52130; }

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

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

background-color css

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

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

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

border-color css

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

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

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