Html Css Color HEX #F21F29 Alizarin

📋 copy color: '#F21F29'

red 242 ◦ green 31 ◦ blue 41

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

Shades of Alizarin #F21F29

Tints of Alizarin #F21F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

 BLUE value IS 41 (16.41% from 255) = 13.06%

R = 77.07%
G = 9.87%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F21F29 (or 0xF21F29) is known color: Alizarin. HEX triplet: F2, 1F and 29. RGB value is (242,31,41). Sum of RGB (Red+Green+Blue) = 242+31+41=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21F29 is #0DE0D6. Grayscale: #5F5F5F. Windows color (decimal): -909527 or 2695154. OLE color: 2695154.

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

Color convert

RGB 242 31 41 -
CMYK 0 0.87 0.83 0.05
HSL 357.16º 0.89% 0.54% -
HSV(B) 357.16º 0.87% 0.95% -
XYZ 37.51 20.02 3.98 -
YUV 95.23 97.4 232.69 -
System Red Green Blue C M Y K H S L
Decimal 242 31 41 0 0.87 0.83 0.05 357.16 0.89 0.54
Hex F2 1F 29 0 57 53 5 165 59 36
Octal 362 37 51 0 127 123 5 545 131 66
Binary 11110010 11111 101001 0 1010111 1010011 101 101100101 1011001 110110

Color Harmonies of #F21F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21F29

Black with #F21F29

Text Example


Text Example

White with #F21F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21F29; }

 p { color: rgb(242,31,41); }

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

background-color css

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

 a { background-color: rgb(242,31,41); }

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

border-color css

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

 span { border-color: rgb(242,31,41); }

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