Html Css Color HEX #FC293E Alizarin

📋 copy color: '#FC293E'

red 252 ◦ green 41 ◦ blue 62

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

Shades of Alizarin #FC293E

Tints of Alizarin #FC293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.46%

R = 70.99%
G = 11.55%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC293E (or 0xFC293E) is known color: Alizarin. HEX triplet: FC, 29 and 3E. RGB value is (252,41,62). Sum of RGB (Red+Green+Blue) = 252+41+62=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC293E is #03D6C1. Grayscale: #6A6A6A. Windows color (decimal): -251586 or 4073980. OLE color: 4073980.

HSL color Cylindrical-coordinate representation of color #FC293E: hue angle of 354.03º 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 #FC293E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 41 62 -
CMYK 0 0.84 0.75 0.01
HSL 354.03º 0.97% 0.57% -
HSV(B) 354.03º 0.84% 0.99% -
XYZ 41.81 22.63 6.72 -
YUV 106.48 102.9 231.79 -
System Red Green Blue C M Y K H S L
Decimal 252 41 62 0 0.84 0.75 0.01 354.03 0.97 0.57
Hex FC 29 3E 0 54 4B 1 162 61 39
Octal 374 51 76 0 124 113 1 542 141 71
Binary 11111100 101001 111110 0 1010100 1001011 1 101100010 1100001 111001

Color Harmonies of #FC293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC293E

Black with #FC293E

Text Example


Text Example

White with #FC293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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