Html Css Color HEX #F2292B Alizarin

📋 copy color: '#F2292B'

red 242 ◦ green 41 ◦ blue 43

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

Shades of Alizarin #F2292B

Tints of Alizarin #F2292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.19%

R = 74.23%
G = 12.58%
B = 13.19%

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

#F2292B (or 0xF2292B) is known color: Alizarin. HEX triplet: F2, 29 and 2B. RGB value is (242,41,43). Sum of RGB (Red+Green+Blue) = 242+41+43=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F2292B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2292B is #0DD6D4. Grayscale: #656565. Windows color (decimal): -906965 or 2828786. OLE color: 2828786.

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

Color convert

RGB 242 41 43 -
CMYK 0 0.83 0.82 0.05
HSL 359.4º 0.89% 0.55% -
HSV(B) 359.4º 0.83% 0.95% -
XYZ 37.85 20.64 4.27 -
YUV 101.33 95.09 228.34 -
System Red Green Blue C M Y K H S L
Decimal 242 41 43 0 0.83 0.82 0.05 359.4 0.89 0.55
Hex F2 29 2B 0 53 52 5 167 59 37
Octal 362 51 53 0 123 122 5 547 131 67
Binary 11110010 101001 101011 0 1010011 1010010 101 101100111 1011001 110111

Color Harmonies of #F2292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2292B

Black with #F2292B

Text Example


Text Example

White with #F2292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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