Html Css Color HEX #FC292E Alizarin

📋 copy color: '#FC292E'

red 252 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #FC292E

Tints of Alizarin #FC292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

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

R = 74.34%
G = 12.09%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC292E (or 0xFC292E) is known color: Alizarin. HEX triplet: FC, 29 and 2E. RGB value is (252,41,46). Sum of RGB (Red+Green+Blue) = 252+41+46=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC292E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC292E is #03D6D1. Grayscale: #686868. Windows color (decimal): -251602 or 3025404. OLE color: 3025404.

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

Color convert

RGB 252 41 46 -
CMYK 0 0.84 0.82 0.01
HSL 358.58º 0.97% 0.57% -
HSV(B) 358.58º 0.84% 0.99% -
XYZ 41.43 22.48 4.74 -
YUV 104.66 94.9 233.09 -
System Red Green Blue C M Y K H S L
Decimal 252 41 46 0 0.84 0.82 0.01 358.58 0.97 0.57
Hex FC 29 2E 0 54 52 1 167 61 39
Octal 374 51 56 0 124 122 1 547 141 71
Binary 11111100 101001 101110 0 1010100 1010010 1 101100111 1100001 111001

Color Harmonies of #FC292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC292E

Black with #FC292E

Text Example


Text Example

White with #FC292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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