Html Css Color HEX #FC283E Alizarin

📋 copy color: '#FC283E'

red 252 ◦ green 40 ◦ blue 62

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

Shades of Alizarin #FC283E

Tints of Alizarin #FC283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 71.19%
G = 11.3%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC283E (or 0xFC283E) is known color: Alizarin. HEX triplet: FC, 28 and 3E. RGB value is (252,40,62). Sum of RGB (Red+Green+Blue) = 252+40+62=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC283E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC283E is #03D7C1. Grayscale: #6A6A6A. Windows color (decimal): -251842 or 4073724. OLE color: 4073724.

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

Color convert

RGB 252 40 62 -
CMYK 0 0.84 0.75 0.01
HSL 353.77º 0.97% 0.57% -
HSV(B) 353.77º 0.84% 0.99% -
XYZ 41.77 22.56 6.71 -
YUV 105.9 103.24 232.21 -
System Red Green Blue C M Y K H S L
Decimal 252 40 62 0 0.84 0.75 0.01 353.77 0.97 0.57
Hex FC 28 3E 0 54 4B 1 162 61 39
Octal 374 50 76 0 124 113 1 542 141 71
Binary 11111100 101000 111110 0 1010100 1001011 1 101100010 1100001 111001

Color Harmonies of #FC283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC283E

Black with #FC283E

Text Example


Text Example

White with #FC283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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