Html Css Color HEX #F22432 Alizarin

📋 copy color: '#F22432'

red 242 ◦ green 36 ◦ blue 50

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

Shades of Alizarin #F22432

Tints of Alizarin #F22432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 73.78%
G = 10.98%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F22432 (or 0xF22432) is known color: Alizarin. HEX triplet: F2, 24 and 32. RGB value is (242,36,50). Sum of RGB (Red+Green+Blue) = 242+36+50=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F22432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22432 is #0DDBCD. Grayscale: #636363. Windows color (decimal): -908238 or 3286258. OLE color: 3286258.

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

Color convert

RGB 242 36 50 -
CMYK 0 0.85 0.79 0.05
HSL 355.92º 0.89% 0.55% -
HSV(B) 355.92º 0.85% 0.95% -
XYZ 37.82 20.37 4.96 -
YUV 99.19 100.25 229.86 -
System Red Green Blue C M Y K H S L
Decimal 242 36 50 0 0.85 0.79 0.05 355.92 0.89 0.55
Hex F2 24 32 0 55 4F 5 164 59 37
Octal 362 44 62 0 125 117 5 544 131 67
Binary 11110010 100100 110010 0 1010101 1001111 101 101100100 1011001 110111

Color Harmonies of #F22432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22432

Black with #F22432

Text Example


Text Example

White with #F22432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22432; }

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

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

background-color css

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

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

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

border-color css

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

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

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