Html Css Color HEX #FC283D Alizarin

📋 copy color: '#FC283D'

red 252 ◦ green 40 ◦ blue 61

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

Shades of Alizarin #FC283D

Tints of Alizarin #FC283D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.33%

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

R = 71.39%
G = 11.33%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC283D (or 0xFC283D) is known color: Alizarin. HEX triplet: FC, 28 and 3D. RGB value is (252,40,61). Sum of RGB (Red+Green+Blue) = 252+40+61=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC283D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC283D is #03D7C2. Grayscale: #696969. Windows color (decimal): -251843 or 4008188. OLE color: 4008188.

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

Color convert

RGB 252 40 61 -
CMYK 0 0.84 0.76 0.01
HSL 354.06º 0.97% 0.57% -
HSV(B) 354.06º 0.84% 0.99% -
XYZ 41.75 22.55 6.57 -
YUV 105.78 102.74 232.29 -
System Red Green Blue C M Y K H S L
Decimal 252 40 61 0 0.84 0.76 0.01 354.06 0.97 0.57
Hex FC 28 3D 0 54 4C 1 162 61 39
Octal 374 50 75 0 124 114 1 542 141 71
Binary 11111100 101000 111101 0 1010100 1001100 1 101100010 1100001 111001

Color Harmonies of #FC283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC283D

Black with #FC283D

Text Example


Text Example

White with #FC283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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