Html Css Color HEX #F2213D Alizarin

📋 copy color: '#F2213D'

red 242 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #F2213D

Tints of Alizarin #F2213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 72.02%
G = 9.82%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2213D (or 0xF2213D) is known color: Alizarin. HEX triplet: F2, 21 and 3D. RGB value is (242,33,61). Sum of RGB (Red+Green+Blue) = 242+33+61=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F2213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2213D is #0DDEC2. Grayscale: #626262. Windows color (decimal): -908995 or 4006386. OLE color: 4006386.

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

Color convert

RGB 242 33 61 -
CMYK 0 0.86 0.75 0.05
HSL 351.96º 0.89% 0.54% -
HSV(B) 351.96º 0.86% 0.95% -
XYZ 38 20.3 6.33 -
YUV 98.68 106.74 230.22 -
System Red Green Blue C M Y K H S L
Decimal 242 33 61 0 0.86 0.75 0.05 351.96 0.89 0.54
Hex F2 21 3D 0 56 4B 5 160 59 36
Octal 362 41 75 0 126 113 5 540 131 66
Binary 11110010 100001 111101 0 1010110 1001011 101 101100000 1011001 110110

Color Harmonies of #F2213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2213D

Black with #F2213D

Text Example


Text Example

White with #F2213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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