Html Css Color HEX #F22D3A Alizarin

📋 copy color: '#F22D3A'

red 242 ◦ green 45 ◦ blue 58

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

Shades of Alizarin #F22D3A

Tints of Alizarin #F22D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.81%

R = 70.14%
G = 13.04%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F22D3A (or 0xF22D3A) is known color: Alizarin. HEX triplet: F2, 2D and 3A. RGB value is (242,45,58). Sum of RGB (Red+Green+Blue) = 242+45+58=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D3A is #0DD2C5. Grayscale: #696969. Windows color (decimal): -905926 or 3812850. OLE color: 3812850.

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

Color convert

RGB 242 45 58 -
CMYK 0 0.81 0.76 0.05
HSL 356.04º 0.88% 0.56% -
HSV(B) 356.04º 0.81% 0.95% -
XYZ 38.32 21.06 6.05 -
YUV 105.39 101.27 225.44 -
System Red Green Blue C M Y K H S L
Decimal 242 45 58 0 0.81 0.76 0.05 356.04 0.88 0.56
Hex F2 2D 3A 0 51 4C 5 164 58 38
Octal 362 55 72 0 121 114 5 544 130 70
Binary 11110010 101101 111010 0 1010001 1001100 101 101100100 1011000 111000

Color Harmonies of #F22D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D3A

Black with #F22D3A

Text Example


Text Example

White with #F22D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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