Html Css Color HEX #F2292C Alizarin

📋 copy color: '#F2292C'

red 242 ◦ green 41 ◦ blue 44

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

Shades of Alizarin #F2292C

Tints of Alizarin #F2292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.54%

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

R = 74.01%
G = 12.54%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2292C (or 0xF2292C) is known color: Alizarin. HEX triplet: F2, 29 and 2C. RGB value is (242,41,44). Sum of RGB (Red+Green+Blue) = 242+41+44=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F2292C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2292C is #0DD6D3. Grayscale: #656565. Windows color (decimal): -906964 or 2894322. OLE color: 2894322.

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

Color convert

RGB 242 41 44 -
CMYK 0 0.83 0.82 0.05
HSL 359.1º 0.89% 0.55% -
HSV(B) 359.1º 0.83% 0.95% -
XYZ 37.87 20.64 4.37 -
YUV 101.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 242 41 44 0 0.83 0.82 0.05 359.1 0.89 0.55
Hex F2 29 2C 0 53 52 5 167 59 37
Octal 362 51 54 0 123 122 5 547 131 67
Binary 11110010 101001 101100 0 1010011 1010010 101 101100111 1011001 110111

Color Harmonies of #F2292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2292C

Black with #F2292C

Text Example


Text Example

White with #F2292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2292C; }

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

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

background-color css

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

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

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

border-color css

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

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

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