Html Css Color HEX #FC3A40 Alizarin

📋 copy color: '#FC3A40'

red 252 ◦ green 58 ◦ blue 64

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

Shades of Alizarin #FC3A40

Tints of Alizarin #FC3A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.51%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 67.38%
G = 15.51%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC3A40 (or 0xFC3A40) is known color: Alizarin. HEX triplet: FC, 3A and 40. RGB value is (252,58,64). Sum of RGB (Red+Green+Blue) = 252+58+64=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A40 is #03C5BF. Grayscale: #747474. Windows color (decimal): -247232 or 4209404. OLE color: 4209404.

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

Color convert

RGB 252 58 64 -
CMYK 0 0.77 0.75 0.01
HSL 358.14º 0.97% 0.61% -
HSV(B) 358.14º 0.77% 0.99% -
XYZ 42.58 24.09 7.26 -
YUV 116.69 98.27 224.51 -
System Red Green Blue C M Y K H S L
Decimal 252 58 64 0 0.77 0.75 0.01 358.14 0.97 0.61
Hex FC 3A 40 0 4D 4B 1 166 61 3D
Octal 374 72 100 0 115 113 1 546 141 75
Binary 11111100 111010 1000000 0 1001101 1001011 1 101100110 1100001 111101

Color Harmonies of #FC3A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A40

Black with #FC3A40

Text Example


Text Example

White with #FC3A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A40; }

 p { color: rgb(252,58,64); }

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

background-color css

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

 a { background-color: rgb(252,58,64); }

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

border-color css

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

 span { border-color: rgb(252,58,64); }

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