Html Css Color HEX #FC353E Alizarin

📋 copy color: '#FC353E'

red 252 ◦ green 53 ◦ blue 62

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

Shades of Alizarin #FC353E

Tints of Alizarin #FC353E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.44%

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

R = 68.66%
G = 14.44%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC353E (or 0xFC353E) is known color: Alizarin. HEX triplet: FC, 35 and 3E. RGB value is (252,53,62). Sum of RGB (Red+Green+Blue) = 252+53+62=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC353E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC353E is #03CAC1. Grayscale: #717171. Windows color (decimal): -248514 or 4077052. OLE color: 4077052.

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

Color convert

RGB 252 53 62 -
CMYK 0 0.79 0.75 0.01
HSL 357.29º 0.97% 0.6% -
HSV(B) 357.29º 0.79% 0.99% -
XYZ 42.29 23.59 6.88 -
YUV 113.53 98.93 226.77 -
System Red Green Blue C M Y K H S L
Decimal 252 53 62 0 0.79 0.75 0.01 357.29 0.97 0.6
Hex FC 35 3E 0 4F 4B 1 165 61 3C
Octal 374 65 76 0 117 113 1 545 141 74
Binary 11111100 110101 111110 0 1001111 1001011 1 101100101 1100001 111100

Color Harmonies of #FC353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC353E

Black with #FC353E

Text Example


Text Example

White with #FC353E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC353E; }

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

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

background-color css

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

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

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

border-color css

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

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

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