Html Css Color HEX #F21E2B Alizarin

📋 copy color: '#F21E2B'

red 242 ◦ green 30 ◦ blue 43

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

Shades of Alizarin #F21E2B

Tints of Alizarin #F21E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 76.83%
G = 9.52%
B = 13.65%

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

#F21E2B (or 0xF21E2B) is known color: Alizarin. HEX triplet: F2, 1E and 2B. RGB value is (242,30,43). Sum of RGB (Red+Green+Blue) = 242+30+43=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E2B is #0DE1D4. Grayscale: #5F5F5F. Windows color (decimal): -909781 or 2825970. OLE color: 2825970.

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

Color convert

RGB 242 30 43 -
CMYK 0 0.88 0.82 0.05
HSL 356.32º 0.89% 0.53% -
HSV(B) 356.32º 0.88% 0.95% -
XYZ 37.52 19.98 4.16 -
YUV 94.87 98.74 232.94 -
System Red Green Blue C M Y K H S L
Decimal 242 30 43 0 0.88 0.82 0.05 356.32 0.89 0.53
Hex F2 1E 2B 0 58 52 5 164 59 35
Octal 362 36 53 0 130 122 5 544 131 65
Binary 11110010 11110 101011 0 1011000 1010010 101 101100100 1011001 110101

Color Harmonies of #F21E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E2B

Black with #F21E2B

Text Example


Text Example

White with #F21E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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