Html Css Color HEX #FC282D Alizarin

📋 copy color: '#FC282D'

red 252 ◦ green 40 ◦ blue 45

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

Shades of Alizarin #FC282D

Tints of Alizarin #FC282D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.35%

R = 74.78%
G = 11.87%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC282D (or 0xFC282D) is known color: Alizarin. HEX triplet: FC, 28 and 2D. RGB value is (252,40,45). Sum of RGB (Red+Green+Blue) = 252+40+45=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC282D is #03D7D2. Grayscale: #686868. Windows color (decimal): -251859 or 2959612. OLE color: 2959612.

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

Color convert

RGB 252 40 45 -
CMYK 0 0.84 0.82 0.01
HSL 358.58º 0.97% 0.57% -
HSV(B) 358.58º 0.84% 0.99% -
XYZ 41.38 22.4 4.63 -
YUV 103.96 94.74 233.59 -
System Red Green Blue C M Y K H S L
Decimal 252 40 45 0 0.84 0.82 0.01 358.58 0.97 0.57
Hex FC 28 2D 0 54 52 1 167 61 39
Octal 374 50 55 0 124 122 1 547 141 71
Binary 11111100 101000 101101 0 1010100 1010010 1 101100111 1100001 111001

Color Harmonies of #FC282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC282D

Black with #FC282D

Text Example


Text Example

White with #FC282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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