Html Css Color HEX #F21E2E Alizarin

📋 copy color: '#F21E2E'

red 242 ◦ green 30 ◦ blue 46

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

Shades of Alizarin #F21E2E

Tints of Alizarin #F21E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 76.1%
G = 9.43%
B = 14.47%

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

#F21E2E (or 0xF21E2E) is known color: Alizarin. HEX triplet: F2, 1E and 2E. RGB value is (242,30,46). Sum of RGB (Red+Green+Blue) = 242+30+46=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E2E is #0DE1D1. Grayscale: #5F5F5F. Windows color (decimal): -909778 or 3022578. OLE color: 3022578.

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

Color convert

RGB 242 30 46 -
CMYK 0 0.88 0.81 0.05
HSL 355.47º 0.89% 0.53% -
HSV(B) 355.47º 0.88% 0.95% -
XYZ 37.58 20 4.47 -
YUV 95.21 100.24 232.7 -
System Red Green Blue C M Y K H S L
Decimal 242 30 46 0 0.88 0.81 0.05 355.47 0.89 0.53
Hex F2 1E 2E 0 58 51 5 163 59 35
Octal 362 36 56 0 130 121 5 543 131 65
Binary 11110010 11110 101110 0 1011000 1010001 101 101100011 1011001 110101

Color Harmonies of #F21E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E2E

Black with #F21E2E

Text Example


Text Example

White with #F21E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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