Html Css Color HEX #F21E3A Alizarin

📋 copy color: '#F21E3A'

red 242 ◦ green 30 ◦ blue 58

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

Shades of Alizarin #F21E3A

Tints of Alizarin #F21E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.58%

R = 73.33%
G = 9.09%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F21E3A (or 0xF21E3A) is known color: Alizarin. HEX triplet: F2, 1E and 3A. RGB value is (242,30,58). Sum of RGB (Red+Green+Blue) = 242+30+58=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E3A is #0DE1C5. Grayscale: #606060. Windows color (decimal): -909766 or 3809010. OLE color: 3809010.

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

Color convert

RGB 242 30 58 -
CMYK 0 0.88 0.76 0.05
HSL 352.08º 0.89% 0.53% -
HSV(B) 352.08º 0.88% 0.95% -
XYZ 37.85 20.11 5.89 -
YUV 96.58 106.24 231.72 -
System Red Green Blue C M Y K H S L
Decimal 242 30 58 0 0.88 0.76 0.05 352.08 0.89 0.53
Hex F2 1E 3A 0 58 4C 5 160 59 35
Octal 362 36 72 0 130 114 5 540 131 65
Binary 11110010 11110 111010 0 1011000 1001100 101 101100000 1011001 110101

Color Harmonies of #F21E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E3A

Black with #F21E3A

Text Example


Text Example

White with #F21E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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