Html Css Color HEX #F22425 Alizarin

📋 copy color: '#F22425'

red 242 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #F22425

Tints of Alizarin #F22425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.75%

R = 76.83%
G = 11.43%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F22425 (or 0xF22425) is known color: Alizarin. HEX triplet: F2, 24 and 25. RGB value is (242,36,37). Sum of RGB (Red+Green+Blue) = 242+36+37=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F22425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22425 is #0DDBDA. Grayscale: #616161. Windows color (decimal): -908251 or 2434290. OLE color: 2434290.

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

Color convert

RGB 242 36 37 -
CMYK 0 0.85 0.85 0.05
HSL 359.71º 0.89% 0.55% -
HSV(B) 359.71º 0.85% 0.95% -
XYZ 37.58 20.27 3.68 -
YUV 97.71 93.75 230.92 -
System Red Green Blue C M Y K H S L
Decimal 242 36 37 0 0.85 0.85 0.05 359.71 0.89 0.55
Hex F2 24 25 0 55 55 5 168 59 37
Octal 362 44 45 0 125 125 5 550 131 67
Binary 11110010 100100 100101 0 1010101 1010101 101 101101000 1011001 110111

Color Harmonies of #F22425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22425

Black with #F22425

Text Example


Text Example

White with #F22425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22425; }

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

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

background-color css

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

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

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

border-color css

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

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

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