Html Css Color HEX #FC363E Alizarin

📋 copy color: '#FC363E'

red 252 ◦ green 54 ◦ blue 62

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

Shades of Alizarin #FC363E

Tints of Alizarin #FC363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.67%

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

R = 68.48%
G = 14.67%
B = 16.85%

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

#FC363E (or 0xFC363E) is known color: Alizarin. HEX triplet: FC, 36 and 3E. RGB value is (252,54,62). Sum of RGB (Red+Green+Blue) = 252+54+62=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC363E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC363E is #03C9C1. Grayscale: #727272. Windows color (decimal): -248258 or 4077308. OLE color: 4077308.

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

Color convert

RGB 252 54 62 -
CMYK 0 0.79 0.75 0.01
HSL 357.58º 0.97% 0.6% -
HSV(B) 357.58º 0.79% 0.99% -
XYZ 42.33 23.68 6.9 -
YUV 114.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 252 54 62 0 0.79 0.75 0.01 357.58 0.97 0.6
Hex FC 36 3E 0 4F 4B 1 166 61 3C
Octal 374 66 76 0 117 113 1 546 141 74
Binary 11111100 110110 111110 0 1001111 1001011 1 101100110 1100001 111100

Color Harmonies of #FC363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC363E

Black with #FC363E

Text Example


Text Example

White with #FC363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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