Html Css Color HEX #F22F36 Alizarin

📋 copy color: '#F22F36'

red 242 ◦ green 47 ◦ blue 54

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

Shades of Alizarin #F22F36

Tints of Alizarin #F22F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.7%

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

R = 70.55%
G = 13.7%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F22F36 (or 0xF22F36) is known color: Alizarin. HEX triplet: F2, 2F and 36. RGB value is (242,47,54). Sum of RGB (Red+Green+Blue) = 242+47+54=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22F36 is #0DD0C9. Grayscale: #6A6A6A. Windows color (decimal): -905418 or 3551218. OLE color: 3551218.

HSL color Cylindrical-coordinate representation of color #F22F36: hue angle of 357.85º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22F36 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 47 54 -
CMYK 0 0.81 0.78 0.05
HSL 357.85º 0.88% 0.57% -
HSV(B) 357.85º 0.81% 0.95% -
XYZ 38.3 21.18 5.56 -
YUV 106.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 242 47 54 0 0.81 0.78 0.05 357.85 0.88 0.57
Hex F2 2F 36 0 51 4E 5 166 58 39
Octal 362 57 66 0 121 116 5 546 130 71
Binary 11110010 101111 110110 0 1010001 1001110 101 101100110 1011000 111001

Color Harmonies of #F22F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F36

Black with #F22F36

Text Example


Text Example

White with #F22F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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