Html Css Color HEX #F2292A Alizarin

📋 copy color: '#F2292A'

red 242 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #F2292A

Tints of Alizarin #F2292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.92%

R = 74.46%
G = 12.62%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2292A (or 0xF2292A) is known color: Alizarin. HEX triplet: F2, 29 and 2A. RGB value is (242,41,42). Sum of RGB (Red+Green+Blue) = 242+41+42=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F2292A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2292A is #0DD6D5. Grayscale: #656565. Windows color (decimal): -906966 or 2763250. OLE color: 2763250.

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

Color convert

RGB 242 41 42 -
CMYK 0 0.83 0.83 0.05
HSL 359.7º 0.89% 0.55% -
HSV(B) 359.7º 0.83% 0.95% -
XYZ 37.83 20.63 4.18 -
YUV 101.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 242 41 42 0 0.83 0.83 0.05 359.7 0.89 0.55
Hex F2 29 2A 0 53 53 5 168 59 37
Octal 362 51 52 0 123 123 5 550 131 67
Binary 11110010 101001 101010 0 1010011 1010011 101 101101000 1011001 110111

Color Harmonies of #F2292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2292A

Black with #F2292A

Text Example


Text Example

White with #F2292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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