Html Css Color HEX #F52227 Alizarin

📋 copy color: '#F52227'

red 245 ◦ green 34 ◦ blue 39

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

Shades of Alizarin #F52227

Tints of Alizarin #F52227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.69%

 BLUE value IS 39 (15.63% from 255) = 12.26%

R = 77.04%
G = 10.69%
B = 12.26%

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

#F52227 (or 0xF52227) is known color: Alizarin. HEX triplet: F5, 22 and 27. RGB value is (245,34,39). Sum of RGB (Red+Green+Blue) = 245+34+39=318 (42% of max value = 765). Red value is 245 (96.09% from 255 or 77.04% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 245 - color contains mainly: red. Hex color #F52227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52227 is #0ADDD8. Grayscale: #616161. Windows color (decimal): -712153 or 2564853. OLE color: 2564853.

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

Color convert

RGB 245 34 39 -
CMYK 0 0.86 0.84 0.04
HSL 358.58º 0.91% 0.55% -
HSV(B) 358.58º 0.86% 0.96% -
XYZ 38.59 20.7 3.88 -
YUV 97.66 94.9 233.09 -
System Red Green Blue C M Y K H S L
Decimal 245 34 39 0 0.86 0.84 0.04 358.58 0.91 0.55
Hex F5 22 27 0 56 54 4 167 5B 37
Octal 365 42 47 0 126 124 4 547 133 67
Binary 11110101 100010 100111 0 1010110 1010100 100 101100111 1011011 110111

Color Harmonies of #F52227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52227

Black with #F52227

Text Example


Text Example

White with #F52227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52227; }

 p { color: rgb(245,34,39); }

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

background-color css

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

 a { background-color: rgb(245,34,39); }

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

border-color css

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

 span { border-color: rgb(245,34,39); }

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