Html Css Color HEX #F2292F Alizarin

📋 copy color: '#F2292F'

red 242 ◦ green 41 ◦ blue 47

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

Shades of Alizarin #F2292F

Tints of Alizarin #F2292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 73.33%
G = 12.42%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2292F (or 0xF2292F) is known color: Alizarin. HEX triplet: F2, 29 and 2F. RGB value is (242,41,47). Sum of RGB (Red+Green+Blue) = 242+41+47=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F2292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2292F is #0DD6D0. Grayscale: #656565. Windows color (decimal): -906961 or 3090930. OLE color: 3090930.

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

Color convert

RGB 242 41 47 -
CMYK 0 0.83 0.81 0.05
HSL 358.21º 0.89% 0.55% -
HSV(B) 358.21º 0.83% 0.95% -
XYZ 37.92 20.67 4.68 -
YUV 101.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 242 41 47 0 0.83 0.81 0.05 358.21 0.89 0.55
Hex F2 29 2F 0 53 51 5 166 59 37
Octal 362 51 57 0 123 121 5 546 131 67
Binary 11110010 101001 101111 0 1010011 1010001 101 101100110 1011001 110111

Color Harmonies of #F2292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2292F

Black with #F2292F

Text Example


Text Example

White with #F2292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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