Html Css Color HEX #FC1C1E Torch Red

📋 copy color: '#FC1C1E'

red 252 ◦ green 28 ◦ blue 30

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

Shades of Torch Red #FC1C1E

Tints of Torch Red #FC1C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.03%

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 81.29%
G = 9.03%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC1C1E (or 0xFC1C1E) is known color: Torch Red. HEX triplet: FC, 1C and 1E. RGB value is (252,28,30). Sum of RGB (Red+Green+Blue) = 252+28+30=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C1E is #03E3E1. Grayscale: #5F5F5F. Windows color (decimal): -254946 or 1973500. OLE color: 1973500.

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

Color convert

RGB 252 28 30 -
CMYK 0 0.89 0.88 0.01
HSL 359.46º 0.97% 0.55% -
HSV(B) 359.46º 0.89% 0.99% -
XYZ 40.79 21.62 3.25 -
YUV 95.2 91.21 239.84 -
System Red Green Blue C M Y K H S L
Decimal 252 28 30 0 0.89 0.88 0.01 359.46 0.97 0.55
Hex FC 1C 1E 0 59 58 1 167 61 37
Octal 374 34 36 0 131 130 1 547 141 67
Binary 11111100 11100 11110 0 1011001 1011000 1 101100111 1100001 110111

Color Harmonies of #FC1C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1C1E

Black with #FC1C1E

Text Example


Text Example

White with #FC1C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1C1E; }

 p { color: rgb(252,28,30); }

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

background-color css

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

 a { background-color: rgb(252,28,30); }

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

border-color css

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

 span { border-color: rgb(252,28,30); }

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