Html Css Color HEX #F21E30 Alizarin

📋 copy color: '#F21E30'

red 242 ◦ green 30 ◦ blue 48

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

Shades of Alizarin #F21E30

Tints of Alizarin #F21E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15%

R = 75.63%
G = 9.38%
B = 15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F21E30 (or 0xF21E30) is known color: Alizarin. HEX triplet: F2, 1E and 30. RGB value is (242,30,48). Sum of RGB (Red+Green+Blue) = 242+30+48=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E30 is #0DE1CF. Grayscale: #5F5F5F. Windows color (decimal): -909776 or 3153650. OLE color: 3153650.

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

Color convert

RGB 242 30 48 -
CMYK 0 0.88 0.80 0.05
HSL 354.91º 0.89% 0.53% -
HSV(B) 354.91º 0.88% 0.95% -
XYZ 37.62 20.02 4.68 -
YUV 95.44 101.24 232.54 -
System Red Green Blue C M Y K H S L
Decimal 242 30 48 0 0.88 0.80 0.05 354.91 0.89 0.53
Hex F2 1E 30 0 58 50 5 163 59 35
Octal 362 36 60 0 130 120 5 543 131 65
Binary 11110010 11110 110000 0 1011000 1010000 101 101100011 1011001 110101

Color Harmonies of #F21E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E30

Black with #F21E30

Text Example


Text Example

White with #F21E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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