Html Css Color HEX #FC273E Alizarin

📋 copy color: '#FC273E'

red 252 ◦ green 39 ◦ blue 62

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

Shades of Alizarin #FC273E

Tints of Alizarin #FC273E

RGB

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

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

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

R = 71.39%
G = 11.05%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC273E (or 0xFC273E) is known color: Alizarin. HEX triplet: FC, 27 and 3E. RGB value is (252,39,62). Sum of RGB (Red+Green+Blue) = 252+39+62=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC273E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC273E is #03D8C1. Grayscale: #696969. Windows color (decimal): -252098 or 4073468. OLE color: 4073468.

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

Color convert

RGB 252 39 62 -
CMYK 0 0.85 0.75 0.01
HSL 353.52º 0.97% 0.57% -
HSV(B) 353.52º 0.85% 0.99% -
XYZ 41.74 22.49 6.7 -
YUV 105.31 103.57 232.63 -
System Red Green Blue C M Y K H S L
Decimal 252 39 62 0 0.85 0.75 0.01 353.52 0.97 0.57
Hex FC 27 3E 0 55 4B 1 162 61 39
Octal 374 47 76 0 125 113 1 542 141 71
Binary 11111100 100111 111110 0 1010101 1001011 1 101100010 1100001 111001

Color Harmonies of #FC273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC273E

Black with #FC273E

Text Example


Text Example

White with #FC273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC273E; }

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

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

background-color css

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

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

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

border-color css

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

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

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