Html Css Color HEX #F22325 Alizarin

📋 copy color: '#F22325'

red 242 ◦ green 35 ◦ blue 37

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

Shades of Alizarin #F22325

Tints of Alizarin #F22325

RGB

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

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

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

R = 77.07%
G = 11.15%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F22325 (or 0xF22325) is known color: Alizarin. HEX triplet: F2, 23 and 25. RGB value is (242,35,37). Sum of RGB (Red+Green+Blue) = 242+35+37=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F22325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22325 is #0DDCDA. Grayscale: #616161. Windows color (decimal): -908507 or 2434034. OLE color: 2434034.

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

Color convert

RGB 242 35 37 -
CMYK 0 0.86 0.85 0.05
HSL 359.42º 0.89% 0.54% -
HSV(B) 359.42º 0.86% 0.95% -
XYZ 37.55 20.21 3.67 -
YUV 97.12 94.08 231.34 -
System Red Green Blue C M Y K H S L
Decimal 242 35 37 0 0.86 0.85 0.05 359.42 0.89 0.54
Hex F2 23 25 0 56 55 5 167 59 36
Octal 362 43 45 0 126 125 5 547 131 66
Binary 11110010 100011 100101 0 1010110 1010101 101 101100111 1011001 110110

Color Harmonies of #F22325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22325

Black with #F22325

Text Example


Text Example

White with #F22325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22325; }

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

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

background-color css

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

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

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

border-color css

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

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

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