Html Css Color HEX #F2212A Alizarin

📋 copy color: '#F2212A'

red 242 ◦ green 33 ◦ blue 42

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

Shades of Alizarin #F2212A

Tints of Alizarin #F2212A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 76.34%
G = 10.41%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2212A (or 0xF2212A) is known color: Alizarin. HEX triplet: F2, 21 and 2A. RGB value is (242,33,42). Sum of RGB (Red+Green+Blue) = 242+33+42=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F2212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2212A is #0DDED5. Grayscale: #606060. Windows color (decimal): -909014 or 2761202. OLE color: 2761202.

HSL color Cylindrical-coordinate representation of color #F2212A: hue angle of 357.42º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2212A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 33 42 -
CMYK 0 0.86 0.83 0.05
HSL 357.42º 0.89% 0.54% -
HSV(B) 357.42º 0.86% 0.95% -
XYZ 37.58 20.13 4.1 -
YUV 96.52 97.24 231.77 -
System Red Green Blue C M Y K H S L
Decimal 242 33 42 0 0.86 0.83 0.05 357.42 0.89 0.54
Hex F2 21 2A 0 56 53 5 165 59 36
Octal 362 41 52 0 126 123 5 545 131 66
Binary 11110010 100001 101010 0 1010110 1010011 101 101100101 1011001 110110

Color Harmonies of #F2212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2212A

Black with #F2212A

Text Example


Text Example

White with #F2212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2212A; }

 p { color: rgb(242,33,42); }

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

background-color css

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

 a { background-color: rgb(242,33,42); }

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

border-color css

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

 span { border-color: rgb(242,33,42); }

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