Html Css Color HEX #FC282F Alizarin

📋 copy color: '#FC282F'

red 252 ◦ green 40 ◦ blue 47

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

Shades of Alizarin #FC282F

Tints of Alizarin #FC282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.86%

R = 74.34%
G = 11.8%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC282F (or 0xFC282F) is known color: Alizarin. HEX triplet: FC, 28 and 2F. RGB value is (252,40,47). Sum of RGB (Red+Green+Blue) = 252+40+47=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC282F is #03D7D0. Grayscale: #686868. Windows color (decimal): -251857 or 3090684. OLE color: 3090684.

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

Color convert

RGB 252 40 47 -
CMYK 0 0.84 0.81 0.01
HSL 358.02º 0.97% 0.57% -
HSV(B) 358.02º 0.84% 0.99% -
XYZ 41.42 22.42 4.83 -
YUV 104.19 95.74 233.43 -
System Red Green Blue C M Y K H S L
Decimal 252 40 47 0 0.84 0.81 0.01 358.02 0.97 0.57
Hex FC 28 2F 0 54 51 1 166 61 39
Octal 374 50 57 0 124 121 1 546 141 71
Binary 11111100 101000 101111 0 1010100 1010001 1 101100110 1100001 111001

Color Harmonies of #FC282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC282F

Black with #FC282F

Text Example


Text Example

White with #FC282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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