Html Css Color HEX #F21C2D Alizarin

📋 copy color: '#F21C2D'

red 242 ◦ green 28 ◦ blue 45

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

Shades of Alizarin #F21C2D

Tints of Alizarin #F21C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 76.83%
G = 8.89%
B = 14.29%

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

#F21C2D (or 0xF21C2D) is known color: Alizarin. HEX triplet: F2, 1C and 2D. RGB value is (242,28,45). Sum of RGB (Red+Green+Blue) = 242+28+45=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21C2D is #0DE3D2. Grayscale: #5E5E5E. Windows color (decimal): -910291 or 2956530. OLE color: 2956530.

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

Color convert

RGB 242 28 45 -
CMYK 0 0.88 0.81 0.05
HSL 355.23º 0.89% 0.53% -
HSV(B) 355.23º 0.88% 0.95% -
XYZ 37.51 19.9 4.35 -
YUV 93.92 100.4 233.62 -
System Red Green Blue C M Y K H S L
Decimal 242 28 45 0 0.88 0.81 0.05 355.23 0.89 0.53
Hex F2 1C 2D 0 58 51 5 163 59 35
Octal 362 34 55 0 130 121 5 543 131 65
Binary 11110010 11100 101101 0 1011000 1010001 101 101100011 1011001 110101

Color Harmonies of #F21C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C2D

Black with #F21C2D

Text Example


Text Example

White with #F21C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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