Html Css Color HEX #FC3A3D Alizarin

📋 copy color: '#FC3A3D'

red 252 ◦ green 58 ◦ blue 61

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

Shades of Alizarin #FC3A3D

Tints of Alizarin #FC3A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.44%

R = 67.92%
G = 15.63%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC3A3D (or 0xFC3A3D) is known color: Alizarin. HEX triplet: FC, 3A and 3D. RGB value is (252,58,61). Sum of RGB (Red+Green+Blue) = 252+58+61=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A3D is #03C5C2. Grayscale: #747474. Windows color (decimal): -247235 or 4012796. OLE color: 4012796.

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

Color convert

RGB 252 58 61 -
CMYK 0 0.77 0.76 0.01
HSL 359.07º 0.97% 0.61% -
HSV(B) 359.07º 0.77% 0.99% -
XYZ 42.5 24.06 6.82 -
YUV 116.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 252 58 61 0 0.77 0.76 0.01 359.07 0.97 0.61
Hex FC 3A 3D 0 4D 4C 1 167 61 3D
Octal 374 72 75 0 115 114 1 547 141 75
Binary 11111100 111010 111101 0 1001101 1001100 1 101100111 1100001 111101

Color Harmonies of #FC3A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A3D

Black with #FC3A3D

Text Example


Text Example

White with #FC3A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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