Html Css Color HEX #FC1015 Torch Red

📋 copy color: '#FC1015'

red 252 ◦ green 16 ◦ blue 21

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

Shades of Torch Red #FC1015

Tints of Torch Red #FC1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.54%

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 87.2%
G = 5.54%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC1015 (or 0xFC1015) is known color: Torch Red. HEX triplet: FC, 10 and 15. RGB value is (252,16,21). Sum of RGB (Red+Green+Blue) = 252+16+21=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1015 is #03EFEA. Grayscale: #575757. Windows color (decimal): -258027 or 1380604. OLE color: 1380604.

HSL color Cylindrical-coordinate representation of color #FC1015: hue angle of 358.73º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC1015 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 16 21 -
CMYK 0 0.94 0.92 0.01
HSL 358.73º 0.98% 0.53% -
HSV(B) 358.73º 0.94% 0.99% -
XYZ 40.47 21.12 2.65 -
YUV 87.13 90.69 245.59 -
System Red Green Blue C M Y K H S L
Decimal 252 16 21 0 0.94 0.92 0.01 358.73 0.98 0.53
Hex FC 10 15 0 5E 5C 1 167 62 35
Octal 374 20 25 0 136 134 1 547 142 65
Binary 11111100 10000 10101 0 1011110 1011100 1 101100111 1100010 110101

Color Harmonies of #FC1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1015

Black with #FC1015

Text Example


Text Example

White with #FC1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1015; }

 p { color: rgb(252,16,21); }

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

background-color css

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

 a { background-color: rgb(252,16,21); }

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

border-color css

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

 span { border-color: rgb(252,16,21); }

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