Html Css Color HEX #F21E2C Alizarin

📋 copy color: '#F21E2C'

red 242 ◦ green 30 ◦ blue 44

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

Shades of Alizarin #F21E2C

Tints of Alizarin #F21E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 76.58%
G = 9.49%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F21E2C (or 0xF21E2C) is known color: Alizarin. HEX triplet: F2, 1E and 2C. RGB value is (242,30,44). Sum of RGB (Red+Green+Blue) = 242+30+44=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E2C is #0DE1D3. Grayscale: #5F5F5F. Windows color (decimal): -909780 or 2891506. OLE color: 2891506.

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

Color convert

RGB 242 30 44 -
CMYK 0 0.88 0.82 0.05
HSL 356.04º 0.89% 0.53% -
HSV(B) 356.04º 0.88% 0.95% -
XYZ 37.54 19.99 4.26 -
YUV 94.98 99.24 232.86 -
System Red Green Blue C M Y K H S L
Decimal 242 30 44 0 0.88 0.82 0.05 356.04 0.89 0.53
Hex F2 1E 2C 0 58 52 5 164 59 35
Octal 362 36 54 0 130 122 5 544 131 65
Binary 11110010 11110 101100 0 1011000 1010010 101 101100100 1011001 110101

Color Harmonies of #F21E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E2C

Black with #F21E2C

Text Example


Text Example

White with #F21E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E2C; }

 p { color: rgb(242,30,44); }

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

background-color css

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

 a { background-color: rgb(242,30,44); }

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

border-color css

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

 span { border-color: rgb(242,30,44); }

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