Html Css Color HEX #F21E3B Alizarin

📋 copy color: '#F21E3B'

red 242 ◦ green 30 ◦ blue 59

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

Shades of Alizarin #F21E3B

Tints of Alizarin #F21E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 73.11%
G = 9.06%
B = 17.82%

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

#F21E3B (or 0xF21E3B) is known color: Alizarin. HEX triplet: F2, 1E and 3B. RGB value is (242,30,59). Sum of RGB (Red+Green+Blue) = 242+30+59=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E3B is #0DE1C4. Grayscale: #606060. Windows color (decimal): -909765 or 3874546. OLE color: 3874546.

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

Color convert

RGB 242 30 59 -
CMYK 0 0.88 0.76 0.05
HSL 351.79º 0.89% 0.53% -
HSV(B) 351.79º 0.88% 0.95% -
XYZ 37.87 20.12 6.03 -
YUV 96.69 106.74 231.64 -
System Red Green Blue C M Y K H S L
Decimal 242 30 59 0 0.88 0.76 0.05 351.79 0.89 0.53
Hex F2 1E 3B 0 58 4C 5 160 59 35
Octal 362 36 73 0 130 114 5 540 131 65
Binary 11110010 11110 111011 0 1011000 1001100 101 101100000 1011001 110101

Color Harmonies of #F21E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E3B

Black with #F21E3B

Text Example


Text Example

White with #F21E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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