Html Css Color HEX #F22431 Alizarin

📋 copy color: '#F22431'

red 242 ◦ green 36 ◦ blue 49

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

Shades of Alizarin #F22431

Tints of Alizarin #F22431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.01%

 BLUE value IS 49 (19.53% from 255) = 14.98%

R = 74.01%
G = 11.01%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F22431 (or 0xF22431) is known color: Alizarin. HEX triplet: F2, 24 and 31. RGB value is (242,36,49). Sum of RGB (Red+Green+Blue) = 242+36+49=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F22431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22431 is #0DDBCE. Grayscale: #636363. Windows color (decimal): -908239 or 3220722. OLE color: 3220722.

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

Color convert

RGB 242 36 49 -
CMYK 0 0.85 0.80 0.05
HSL 356.21º 0.89% 0.55% -
HSV(B) 356.21º 0.85% 0.95% -
XYZ 37.8 20.36 4.84 -
YUV 99.08 99.75 229.94 -
System Red Green Blue C M Y K H S L
Decimal 242 36 49 0 0.85 0.80 0.05 356.21 0.89 0.55
Hex F2 24 31 0 55 50 5 164 59 37
Octal 362 44 61 0 125 120 5 544 131 67
Binary 11110010 100100 110001 0 1010101 1010000 101 101100100 1011001 110111

Color Harmonies of #F22431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22431

Black with #F22431

Text Example


Text Example

White with #F22431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22431; }

 p { color: rgb(242,36,49); }

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

background-color css

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

 a { background-color: rgb(242,36,49); }

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

border-color css

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

 span { border-color: rgb(242,36,49); }

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