#FD3C3D

Color #FD3C3D Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #FD3C3D

Tints of Alizarin #FD3C3D

Color information

#FD3C3D (or 0xFD3C3D) is unknown color: approx Alizarin. HEX triplet: FD, 3C and 3D. RGB value is (253,60,61). Sum of RGB (Red+Green+Blue) = 253+60+61=374 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.65% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C3D is #02C3C2. Grayscale: #767676. Windows color (decimal): -181187 or 4013309. OLE color: 4013309.

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

Color convert

RGB2536061-
CMYK00.760.760.01
HSL359.69º97.97%61.37%-
HSV(B)359.69º76.28%99.22%-
XYZ42.9724.456.87-
YUV117.8295.94224.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 67.65%
GREEN value IS 60 (23.83% from 255) = 16.04%
BLUE value IS 61 (24.22% from 255) = 16.31%
R=67.65%
G=16.04%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253606100.760.760.01359.6997.9761.37
HexFD3C3D04C4C1168623d
Octal37574750114114155014275
Binary1111110111110011110101001100100110011011010001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3C3D; }

 p { color: rgb(253,60,61); }

 H1.HeaderClassName
 {
   color: #FD3C3D;
 }
 .AnyTagClassName
 {
   color: #FD3C3D;
 }
</style>
background-color css

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

 a { background-color: rgb(253,60,61); }

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

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

 span { border-color: rgb(253,60,61); }

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