Html Css Color HEX #FC1A2C Torch Red

📋 copy color: '#FC1A2C'

red 252 ◦ green 26 ◦ blue 44

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

Shades of Torch Red #FC1A2C

Tints of Torch Red #FC1A2C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.07%

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 78.26%
G = 8.07%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC1A2C (or 0xFC1A2C) is known color: Torch Red. HEX triplet: FC, 1A and 2C. RGB value is (252,26,44). Sum of RGB (Red+Green+Blue) = 252+26+44=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A2C is #03E5D3. Grayscale: #5F5F5F. Windows color (decimal): -255444 or 2890492. OLE color: 2890492.

HSL color Cylindrical-coordinate representation of color #FC1A2C: hue angle of 355.22º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A2C is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 26 44 -
CMYK 0 0.90 0.83 0.01
HSL 355.22º 0.97% 0.55% -
HSV(B) 355.22º 0.9% 0.99% -
XYZ 40.97 21.62 4.4 -
YUV 95.63 98.87 239.54 -
System Red Green Blue C M Y K H S L
Decimal 252 26 44 0 0.90 0.83 0.01 355.22 0.97 0.55
Hex FC 1A 2C 0 5A 53 1 163 61 37
Octal 374 32 54 0 132 123 1 543 141 67
Binary 11111100 11010 101100 0 1011010 1010011 1 101100011 1100001 110111

Color Harmonies of #FC1A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A2C

Black with #FC1A2C

Text Example


Text Example

White with #FC1A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A2C; }

 p { color: rgb(252,26,44); }

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

background-color css

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

 a { background-color: rgb(252,26,44); }

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

border-color css

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

 span { border-color: rgb(252,26,44); }

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