Html Css Color HEX #F22C34 Alizarin

📋 copy color: '#F22C34'

red 242 ◦ green 44 ◦ blue 52

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

Shades of Alizarin #F22C34

Tints of Alizarin #F22C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.02%

 BLUE value IS 52 (20.7% from 255) = 15.38%

R = 71.6%
G = 13.02%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F22C34 (or 0xF22C34) is known color: Alizarin. HEX triplet: F2, 2C and 34. RGB value is (242,44,52). Sum of RGB (Red+Green+Blue) = 242+44+52=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C34 is #0DD3CB. Grayscale: #686868. Windows color (decimal): -906188 or 3419378. OLE color: 3419378.

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

Color convert

RGB 242 44 52 -
CMYK 0 0.82 0.79 0.05
HSL 357.58º 0.88% 0.56% -
HSV(B) 357.58º 0.82% 0.95% -
XYZ 38.14 20.93 5.28 -
YUV 104.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 242 44 52 0 0.82 0.79 0.05 357.58 0.88 0.56
Hex F2 2C 34 0 52 4F 5 166 58 38
Octal 362 54 64 0 122 117 5 546 130 70
Binary 11110010 101100 110100 0 1010010 1001111 101 101100110 1011000 111000

Color Harmonies of #F22C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22C34

Black with #F22C34

Text Example


Text Example

White with #F22C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22C34; }

 p { color: rgb(242,44,52); }

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

background-color css

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

 a { background-color: rgb(242,44,52); }

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

border-color css

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

 span { border-color: rgb(242,44,52); }

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