Html Css Color HEX #F2212B Alizarin

📋 copy color: '#F2212B'

red 242 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #F2212B

Tints of Alizarin #F2212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.52%

R = 76.1%
G = 10.38%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2212B (or 0xF2212B) is known color: Alizarin. HEX triplet: F2, 21 and 2B. RGB value is (242,33,43). Sum of RGB (Red+Green+Blue) = 242+33+43=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F2212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2212B is #0DDED4. Grayscale: #606060. Windows color (decimal): -909013 or 2826738. OLE color: 2826738.

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

Color convert

RGB 242 33 43 -
CMYK 0 0.86 0.82 0.05
HSL 357.13º 0.89% 0.54% -
HSV(B) 357.13º 0.86% 0.95% -
XYZ 37.6 20.14 4.19 -
YUV 96.63 97.74 231.69 -
System Red Green Blue C M Y K H S L
Decimal 242 33 43 0 0.86 0.82 0.05 357.13 0.89 0.54
Hex F2 21 2B 0 56 52 5 165 59 36
Octal 362 41 53 0 126 122 5 545 131 66
Binary 11110010 100001 101011 0 1010110 1010010 101 101100101 1011001 110110

Color Harmonies of #F2212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2212B

Black with #F2212B

Text Example


Text Example

White with #F2212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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