Html Css Color HEX #F22934 Alizarin

📋 copy color: '#F22934'

red 242 ◦ green 41 ◦ blue 52

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

Shades of Alizarin #F22934

Tints of Alizarin #F22934

RGB

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

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

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

R = 72.24%
G = 12.24%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F22934 (or 0xF22934) is known color: Alizarin. HEX triplet: F2, 29 and 34. RGB value is (242,41,52). Sum of RGB (Red+Green+Blue) = 242+41+52=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F22934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22934 is #0DD6CB. Grayscale: #666666. Windows color (decimal): -906956 or 3418610. OLE color: 3418610.

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

Color convert

RGB 242 41 52 -
CMYK 0 0.83 0.79 0.05
HSL 356.72º 0.89% 0.55% -
HSV(B) 356.72º 0.83% 0.95% -
XYZ 38.03 20.71 5.24 -
YUV 102.35 99.59 227.61 -
System Red Green Blue C M Y K H S L
Decimal 242 41 52 0 0.83 0.79 0.05 356.72 0.89 0.55
Hex F2 29 34 0 53 4F 5 165 59 37
Octal 362 51 64 0 123 117 5 545 131 67
Binary 11110010 101001 110100 0 1010011 1001111 101 101100101 1011001 110111

Color Harmonies of #F22934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22934

Black with #F22934

Text Example


Text Example

White with #F22934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22934; }

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

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

background-color css

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

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

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

border-color css

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

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

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