Html Css Color HEX #FC272F Alizarin

📋 copy color: '#FC272F'

red 252 ◦ green 39 ◦ blue 47

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

Shades of Alizarin #FC272F

Tints of Alizarin #FC272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

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

R = 74.56%
G = 11.54%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC272F (or 0xFC272F) is known color: Alizarin. HEX triplet: FC, 27 and 2F. RGB value is (252,39,47). Sum of RGB (Red+Green+Blue) = 252+39+47=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC272F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC272F is #03D8D0. Grayscale: #676767. Windows color (decimal): -252113 or 3090428. OLE color: 3090428.

HSL color Cylindrical-coordinate representation of color #FC272F: hue angle of 357.75º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC272F is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 39 47 -
CMYK 0 0.85 0.81 0.01
HSL 357.75º 0.97% 0.57% -
HSV(B) 357.75º 0.85% 0.99% -
XYZ 41.38 22.35 4.82 -
YUV 103.6 96.07 233.85 -
System Red Green Blue C M Y K H S L
Decimal 252 39 47 0 0.85 0.81 0.01 357.75 0.97 0.57
Hex FC 27 2F 0 55 51 1 166 61 39
Octal 374 47 57 0 125 121 1 546 141 71
Binary 11111100 100111 101111 0 1010101 1010001 1 101100110 1100001 111001

Color Harmonies of #FC272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC272F

Black with #FC272F

Text Example


Text Example

White with #FC272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC272F; }

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

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

background-color css

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

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

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

border-color css

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

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

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