Html Css Color HEX #F22528 Alizarin

📋 copy color: '#F22528'

red 242 ◦ green 37 ◦ blue 40

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

Shades of Alizarin #F22528

Tints of Alizarin #F22528

RGB

 RED value IS 242 (94.92% from 255) = 75.86%

 GREEN value IS 37 (14.84% from 255) = 11.6%

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

R = 75.86%
G = 11.6%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F22528 (or 0xF22528) is known color: Alizarin. HEX triplet: F2, 25 and 28. RGB value is (242,37,40). Sum of RGB (Red+Green+Blue) = 242+37+40=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F22528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22528 is #0DDAD7. Grayscale: #626262. Windows color (decimal): -907992 or 2631154. OLE color: 2631154.

HSL color Cylindrical-coordinate representation of color #F22528: hue angle of 359.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22528 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 37 40 -
CMYK 0 0.85 0.83 0.05
HSL 359.12º 0.89% 0.55% -
HSV(B) 359.12º 0.85% 0.95% -
XYZ 37.66 20.35 3.95 -
YUV 98.64 94.92 230.26 -
System Red Green Blue C M Y K H S L
Decimal 242 37 40 0 0.85 0.83 0.05 359.12 0.89 0.55
Hex F2 25 28 0 55 53 5 167 59 37
Octal 362 45 50 0 125 123 5 547 131 67
Binary 11110010 100101 101000 0 1010101 1010011 101 101100111 1011001 110111

Color Harmonies of #F22528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22528

Black with #F22528

Text Example


Text Example

White with #F22528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22528; }

 p { color: rgb(242,37,40); }

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

background-color css

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

 a { background-color: rgb(242,37,40); }

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

border-color css

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

 span { border-color: rgb(242,37,40); }

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