Html Css Color HEX #F2202C Alizarin

📋 copy color: '#F2202C'

red 242 ◦ green 32 ◦ blue 44

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

Shades of Alizarin #F2202C

Tints of Alizarin #F2202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.06%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 76.1%
G = 10.06%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2202C (or 0xF2202C) is known color: Alizarin. HEX triplet: F2, 20 and 2C. RGB value is (242,32,44). Sum of RGB (Red+Green+Blue) = 242+32+44=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F2202C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2202C is #0DDFD3. Grayscale: #606060. Windows color (decimal): -909268 or 2892018. OLE color: 2892018.

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

Color convert

RGB 242 32 44 -
CMYK 0 0.87 0.82 0.05
HSL 356.57º 0.89% 0.54% -
HSV(B) 356.57º 0.87% 0.95% -
XYZ 37.59 20.09 4.28 -
YUV 96.16 98.57 232.02 -
System Red Green Blue C M Y K H S L
Decimal 242 32 44 0 0.87 0.82 0.05 356.57 0.89 0.54
Hex F2 20 2C 0 57 52 5 165 59 36
Octal 362 40 54 0 127 122 5 545 131 66
Binary 11110010 100000 101100 0 1010111 1010010 101 101100101 1011001 110110

Color Harmonies of #F2202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2202C

Black with #F2202C

Text Example


Text Example

White with #F2202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2202C; }

 p { color: rgb(242,32,44); }

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

background-color css

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

 a { background-color: rgb(242,32,44); }

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

border-color css

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

 span { border-color: rgb(242,32,44); }

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