Html Css Color HEX #F22938 Alizarin

📋 copy color: '#F22938'

red 242 ◦ green 41 ◦ blue 56

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

Shades of Alizarin #F22938

Tints of Alizarin #F22938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.52%

R = 71.39%
G = 12.09%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F22938 (or 0xF22938) is known color: Alizarin. HEX triplet: F2, 29 and 38. RGB value is (242,41,56). Sum of RGB (Red+Green+Blue) = 242+41+56=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F22938 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22938 is #0DD6C7. Grayscale: #666666. Windows color (decimal): -906952 or 3680754. OLE color: 3680754.

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

Color convert

RGB 242 41 56 -
CMYK 0 0.83 0.77 0.05
HSL 355.52º 0.89% 0.55% -
HSV(B) 355.52º 0.83% 0.95% -
XYZ 38.12 20.75 5.74 -
YUV 102.81 101.59 227.28 -
System Red Green Blue C M Y K H S L
Decimal 242 41 56 0 0.83 0.77 0.05 355.52 0.89 0.55
Hex F2 29 38 0 53 4D 5 164 59 37
Octal 362 51 70 0 123 115 5 544 131 67
Binary 11110010 101001 111000 0 1010011 1001101 101 101100100 1011001 110111

Color Harmonies of #F22938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22938

Black with #F22938

Text Example


Text Example

White with #F22938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22938; }

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

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

background-color css

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

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

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

border-color css

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

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

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