Html Css Color HEX #FC282E Alizarin

📋 copy color: '#FC282E'

red 252 ◦ green 40 ◦ blue 46

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

Shades of Alizarin #FC282E

Tints of Alizarin #FC282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.61%

R = 74.56%
G = 11.83%
B = 13.61%

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

#FC282E (or 0xFC282E) is known color: Alizarin. HEX triplet: FC, 28 and 2E. RGB value is (252,40,46). Sum of RGB (Red+Green+Blue) = 252+40+46=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC282E is #03D7D1. Grayscale: #686868. Windows color (decimal): -251858 or 3025148. OLE color: 3025148.

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

Color convert

RGB 252 40 46 -
CMYK 0 0.84 0.82 0.01
HSL 358.3º 0.97% 0.57% -
HSV(B) 358.3º 0.84% 0.99% -
XYZ 41.4 22.41 4.73 -
YUV 104.07 95.24 233.51 -
System Red Green Blue C M Y K H S L
Decimal 252 40 46 0 0.84 0.82 0.01 358.3 0.97 0.57
Hex FC 28 2E 0 54 52 1 166 61 39
Octal 374 50 56 0 124 122 1 546 141 71
Binary 11111100 101000 101110 0 1010100 1010010 1 101100110 1100001 111001

Color Harmonies of #FC282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC282E

Black with #FC282E

Text Example


Text Example

White with #FC282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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