Html Css Color HEX #F21D36 Alizarin

📋 copy color: '#F21D36'

red 242 ◦ green 29 ◦ blue 54

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

Shades of Alizarin #F21D36

Tints of Alizarin #F21D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.62%

R = 74.46%
G = 8.92%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F21D36 (or 0xF21D36) is known color: Alizarin. HEX triplet: F2, 1D and 36. RGB value is (242,29,54). Sum of RGB (Red+Green+Blue) = 242+29+54=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21D36 is #0DE2C9. Grayscale: #5F5F5F. Windows color (decimal): -910026 or 3546610. OLE color: 3546610.

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

Color convert

RGB 242 29 54 -
CMYK 0 0.88 0.78 0.05
HSL 352.96º 0.89% 0.53% -
HSV(B) 352.96º 0.88% 0.95% -
XYZ 37.72 20.02 5.37 -
YUV 95.54 104.57 232.47 -
System Red Green Blue C M Y K H S L
Decimal 242 29 54 0 0.88 0.78 0.05 352.96 0.89 0.53
Hex F2 1D 36 0 58 4E 5 161 59 35
Octal 362 35 66 0 130 116 5 541 131 65
Binary 11110010 11101 110110 0 1011000 1001110 101 101100001 1011001 110101

Color Harmonies of #F21D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D36

Black with #F21D36

Text Example


Text Example

White with #F21D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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