Html Css Color HEX #F21C2E Alizarin

📋 copy color: '#F21C2E'

red 242 ◦ green 28 ◦ blue 46

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

Shades of Alizarin #F21C2E

Tints of Alizarin #F21C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.86%

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

R = 76.58%
G = 8.86%
B = 14.56%

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

#F21C2E (or 0xF21C2E) is known color: Alizarin. HEX triplet: F2, 1C and 2E. RGB value is (242,28,46). Sum of RGB (Red+Green+Blue) = 242+28+46=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21C2E is #0DE3D1. Grayscale: #5E5E5E. Windows color (decimal): -910290 or 3022066. OLE color: 3022066.

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

Color convert

RGB 242 28 46 -
CMYK 0 0.88 0.81 0.05
HSL 354.95º 0.89% 0.53% -
HSV(B) 354.95º 0.88% 0.95% -
XYZ 37.53 19.91 4.45 -
YUV 94.04 100.9 233.54 -
System Red Green Blue C M Y K H S L
Decimal 242 28 46 0 0.88 0.81 0.05 354.95 0.89 0.53
Hex F2 1C 2E 0 58 51 5 163 59 35
Octal 362 34 56 0 130 121 5 543 131 65
Binary 11110010 11100 101110 0 1011000 1010001 101 101100011 1011001 110101

Color Harmonies of #F21C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C2E

Black with #F21C2E

Text Example


Text Example

White with #F21C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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