Html Css Color HEX #F21E2A Alizarin

📋 copy color: '#F21E2A'

red 242 ◦ green 30 ◦ blue 42

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

Shades of Alizarin #F21E2A

Tints of Alizarin #F21E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 77.07%
G = 9.55%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F21E2A (or 0xF21E2A) is known color: Alizarin. HEX triplet: F2, 1E and 2A. RGB value is (242,30,42). Sum of RGB (Red+Green+Blue) = 242+30+42=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E2A is #0DE1D5. Grayscale: #5E5E5E. Windows color (decimal): -909782 or 2760434. OLE color: 2760434.

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

Color convert

RGB 242 30 42 -
CMYK 0 0.88 0.83 0.05
HSL 356.6º 0.89% 0.53% -
HSV(B) 356.6º 0.88% 0.95% -
XYZ 37.5 19.97 4.07 -
YUV 94.76 98.24 233.02 -
System Red Green Blue C M Y K H S L
Decimal 242 30 42 0 0.88 0.83 0.05 356.6 0.89 0.53
Hex F2 1E 2A 0 58 53 5 165 59 35
Octal 362 36 52 0 130 123 5 545 131 65
Binary 11110010 11110 101010 0 1011000 1010011 101 101100101 1011001 110101

Color Harmonies of #F21E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E2A

Black with #F21E2A

Text Example


Text Example

White with #F21E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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