Html Css Color HEX #FC2A2E Alizarin

📋 copy color: '#FC2A2E'

red 252 ◦ green 42 ◦ blue 46

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

Shades of Alizarin #FC2A2E

Tints of Alizarin #FC2A2E

RGB

 RED value IS 252 (98.83% from 255) = 74.12%

 GREEN value IS 42 (16.8% from 255) = 12.35%

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

R = 74.12%
G = 12.35%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC2A2E (or 0xFC2A2E) is known color: Alizarin. HEX triplet: FC, 2A and 2E. RGB value is (252,42,46). Sum of RGB (Red+Green+Blue) = 252+42+46=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A2E is #03D5D1. Grayscale: #696969. Windows color (decimal): -251346 or 3025660. OLE color: 3025660.

HSL color Cylindrical-coordinate representation of color #FC2A2E: hue angle of 358.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2A2E is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 42 46 -
CMYK 0 0.83 0.82 0.01
HSL 358.86º 0.97% 0.58% -
HSV(B) 358.86º 0.83% 0.99% -
XYZ 41.47 22.55 4.75 -
YUV 105.25 94.57 232.67 -
System Red Green Blue C M Y K H S L
Decimal 252 42 46 0 0.83 0.82 0.01 358.86 0.97 0.58
Hex FC 2A 2E 0 53 52 1 167 61 3A
Octal 374 52 56 0 123 122 1 547 141 72
Binary 11111100 101010 101110 0 1010011 1010010 1 101100111 1100001 111010

Color Harmonies of #FC2A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2A2E

Black with #FC2A2E

Text Example


Text Example

White with #FC2A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2A2E; }

 p { color: rgb(252,42,46); }

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

background-color css

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

 a { background-color: rgb(252,42,46); }

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

border-color css

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

 span { border-color: rgb(252,42,46); }

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