Html Css Color HEX #F22D33 Alizarin

📋 copy color: '#F22D33'

red 242 ◦ green 45 ◦ blue 51

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

Shades of Alizarin #F22D33

Tints of Alizarin #F22D33

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.31%

 BLUE value IS 51 (20.31% from 255) = 15.09%

R = 71.6%
G = 13.31%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F22D33 (or 0xF22D33) is known color: Alizarin. HEX triplet: F2, 2D and 33. RGB value is (242,45,51). Sum of RGB (Red+Green+Blue) = 242+45+51=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D33 is #0DD2CC. Grayscale: #686868. Windows color (decimal): -905933 or 3354098. OLE color: 3354098.

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

Color convert

RGB 242 45 51 -
CMYK 0 0.81 0.79 0.05
HSL 358.17º 0.88% 0.56% -
HSV(B) 358.17º 0.81% 0.95% -
XYZ 38.15 20.99 5.17 -
YUV 104.59 97.77 226.01 -
System Red Green Blue C M Y K H S L
Decimal 242 45 51 0 0.81 0.79 0.05 358.17 0.88 0.56
Hex F2 2D 33 0 51 4F 5 166 58 38
Octal 362 55 63 0 121 117 5 546 130 70
Binary 11110010 101101 110011 0 1010001 1001111 101 101100110 1011000 111000

Color Harmonies of #F22D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D33

Black with #F22D33

Text Example


Text Example

White with #F22D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D33; }

 p { color: rgb(242,45,51); }

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

background-color css

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

 a { background-color: rgb(242,45,51); }

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

border-color css

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

 span { border-color: rgb(242,45,51); }

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