Html Css Color HEX #FC282B Alizarin

📋 copy color: '#FC282B'

red 252 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #FC282B

Tints of Alizarin #FC282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.84%

R = 75.22%
G = 11.94%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC282B (or 0xFC282B) is known color: Alizarin. HEX triplet: FC, 28 and 2B. RGB value is (252,40,43). Sum of RGB (Red+Green+Blue) = 252+40+43=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC282B is #03D7D4. Grayscale: #676767. Windows color (decimal): -251861 or 2828540. OLE color: 2828540.

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

Color convert

RGB 252 40 43 -
CMYK 0 0.84 0.83 0.01
HSL 359.15º 0.97% 0.57% -
HSV(B) 359.15º 0.84% 0.99% -
XYZ 41.34 22.39 4.43 -
YUV 103.73 93.74 233.76 -
System Red Green Blue C M Y K H S L
Decimal 252 40 43 0 0.84 0.83 0.01 359.15 0.97 0.57
Hex FC 28 2B 0 54 53 1 167 61 39
Octal 374 50 53 0 124 123 1 547 141 71
Binary 11111100 101000 101011 0 1010100 1010011 1 101100111 1100001 111001

Color Harmonies of #FC282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC282B

Black with #FC282B

Text Example


Text Example

White with #FC282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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