Html Css Color HEX #F21E2F Alizarin

📋 copy color: '#F21E2F'

red 242 ◦ green 30 ◦ blue 47

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

Shades of Alizarin #F21E2F

Tints of Alizarin #F21E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 75.86%
G = 9.4%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F21E2F (or 0xF21E2F) is known color: Alizarin. HEX triplet: F2, 1E and 2F. RGB value is (242,30,47). Sum of RGB (Red+Green+Blue) = 242+30+47=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E2F is #0DE1D0. Grayscale: #5F5F5F. Windows color (decimal): -909777 or 3088114. OLE color: 3088114.

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

Color convert

RGB 242 30 47 -
CMYK 0 0.88 0.81 0.05
HSL 355.19º 0.89% 0.53% -
HSV(B) 355.19º 0.88% 0.95% -
XYZ 37.6 20.01 4.57 -
YUV 95.33 100.74 232.62 -
System Red Green Blue C M Y K H S L
Decimal 242 30 47 0 0.88 0.81 0.05 355.19 0.89 0.53
Hex F2 1E 2F 0 58 51 5 163 59 35
Octal 362 36 57 0 130 121 5 543 131 65
Binary 11110010 11110 101111 0 1011000 1010001 101 101100011 1011001 110101

Color Harmonies of #F21E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E2F

Black with #F21E2F

Text Example


Text Example

White with #F21E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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