Html Css Color HEX #F21D40 Alizarin

📋 copy color: '#F21D40'

red 242 ◦ green 29 ◦ blue 64

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

Shades of Alizarin #F21D40

Tints of Alizarin #F21D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 72.24%
G = 8.66%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F21D40 (or 0xF21D40) is known color: Alizarin. HEX triplet: F2, 1D and 40. RGB value is (242,29,64). Sum of RGB (Red+Green+Blue) = 242+29+64=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21D40 is #0DE2BF. Grayscale: #606060. Windows color (decimal): -910016 or 4201970. OLE color: 4201970.

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

Color convert

RGB 242 29 64 -
CMYK 0 0.88 0.74 0.05
HSL 350.14º 0.89% 0.53% -
HSV(B) 350.14º 0.88% 0.95% -
XYZ 37.98 20.13 6.73 -
YUV 96.68 109.57 231.65 -
System Red Green Blue C M Y K H S L
Decimal 242 29 64 0 0.88 0.74 0.05 350.14 0.89 0.53
Hex F2 1D 40 0 58 4A 5 15E 59 35
Octal 362 35 100 0 130 112 5 536 131 65
Binary 11110010 11101 1000000 0 1011000 1001010 101 101011110 1011001 110101

Color Harmonies of #F21D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D40

Black with #F21D40

Text Example


Text Example

White with #F21D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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