Html Css Color HEX #F52328 Alizarin

📋 copy color: '#F52328'

red 245 ◦ green 35 ◦ blue 40

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

Shades of Alizarin #F52328

Tints of Alizarin #F52328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

 BLUE value IS 40 (16.02% from 255) = 12.5%

R = 76.56%
G = 10.94%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F52328 (or 0xF52328) is known color: Alizarin. HEX triplet: F5, 23 and 28. RGB value is (245,35,40). Sum of RGB (Red+Green+Blue) = 245+35+40=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F52328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52328 is #0ADCD7. Grayscale: #626262. Windows color (decimal): -711896 or 2630645. OLE color: 2630645.

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

Color convert

RGB 245 35 40 -
CMYK 0 0.86 0.84 0.04
HSL 358.57º 0.91% 0.55% -
HSV(B) 358.57º 0.86% 0.96% -
XYZ 38.64 20.77 3.98 -
YUV 98.36 95.07 232.59 -
System Red Green Blue C M Y K H S L
Decimal 245 35 40 0 0.86 0.84 0.04 358.57 0.91 0.55
Hex F5 23 28 0 56 54 4 167 5B 37
Octal 365 43 50 0 126 124 4 547 133 67
Binary 11110101 100011 101000 0 1010110 1010100 100 101100111 1011011 110111

Color Harmonies of #F52328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52328

Black with #F52328

Text Example


Text Example

White with #F52328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52328; }

 p { color: rgb(245,35,40); }

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

background-color css

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

 a { background-color: rgb(245,35,40); }

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

border-color css

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

 span { border-color: rgb(245,35,40); }

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