Html Css Color HEX #F22936 Alizarin

📋 copy color: '#F22936'

red 242 ◦ green 41 ◦ blue 54

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

Shades of Alizarin #F22936

Tints of Alizarin #F22936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.02%

R = 71.81%
G = 12.17%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F22936 (or 0xF22936) is known color: Alizarin. HEX triplet: F2, 29 and 36. RGB value is (242,41,54). Sum of RGB (Red+Green+Blue) = 242+41+54=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F22936 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22936 is #0DD6C9. Grayscale: #666666. Windows color (decimal): -906954 or 3549682. OLE color: 3549682.

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

Color convert

RGB 242 41 54 -
CMYK 0 0.83 0.78 0.05
HSL 356.12º 0.89% 0.55% -
HSV(B) 356.12º 0.83% 0.95% -
XYZ 38.08 20.73 5.48 -
YUV 102.58 100.59 227.44 -
System Red Green Blue C M Y K H S L
Decimal 242 41 54 0 0.83 0.78 0.05 356.12 0.89 0.55
Hex F2 29 36 0 53 4E 5 164 59 37
Octal 362 51 66 0 123 116 5 544 131 67
Binary 11110010 101001 110110 0 1010011 1001110 101 101100100 1011001 110111

Color Harmonies of #F22936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22936

Black with #F22936

Text Example


Text Example

White with #F22936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22936; }

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

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

background-color css

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

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

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

border-color css

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

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

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