Html Css Color HEX #F21D29 Alizarin

📋 copy color: '#F21D29'

red 242 ◦ green 29 ◦ blue 41

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

Shades of Alizarin #F21D29

Tints of Alizarin #F21D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.29%

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

R = 77.56%
G = 9.29%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F21D29 (or 0xF21D29) is known color: Alizarin. HEX triplet: F2, 1D and 29. RGB value is (242,29,41). Sum of RGB (Red+Green+Blue) = 242+29+41=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21D29 is #0DE2D6. Grayscale: #5E5E5E. Windows color (decimal): -910039 or 2694642. OLE color: 2694642.

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

Color convert

RGB 242 29 41 -
CMYK 0 0.88 0.83 0.05
HSL 356.62º 0.89% 0.53% -
HSV(B) 356.62º 0.88% 0.95% -
XYZ 37.46 19.92 3.97 -
YUV 94.06 98.07 233.52 -
System Red Green Blue C M Y K H S L
Decimal 242 29 41 0 0.88 0.83 0.05 356.62 0.89 0.53
Hex F2 1D 29 0 58 53 5 165 59 35
Octal 362 35 51 0 130 123 5 545 131 65
Binary 11110010 11101 101001 0 1011000 1010011 101 101100101 1011001 110101

Color Harmonies of #F21D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D29

Black with #F21D29

Text Example


Text Example

White with #F21D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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