Html Css Color HEX #FC1D1F Torch Red

📋 copy color: '#FC1D1F'

red 252 ◦ green 29 ◦ blue 31

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

Shades of Torch Red #FC1D1F

Tints of Torch Red #FC1D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.29%

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 80.77%
G = 9.29%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC1D1F (or 0xFC1D1F) is known color: Torch Red. HEX triplet: FC, 1D and 1F. RGB value is (252,29,31). Sum of RGB (Red+Green+Blue) = 252+29+31=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D1F is #03E2E0. Grayscale: #606060. Windows color (decimal): -254689 or 2039292. OLE color: 2039292.

HSL color Cylindrical-coordinate representation of color #FC1D1F: 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.88%. Process color model (Four color, CMYK) of #FC1D1F is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 29 31 -
CMYK 0 0.88 0.88 0.01
HSL 359.46º 0.97% 0.55% -
HSV(B) 359.46º 0.88% 0.99% -
XYZ 40.83 21.67 3.33 -
YUV 95.91 91.38 239.34 -
System Red Green Blue C M Y K H S L
Decimal 252 29 31 0 0.88 0.88 0.01 359.46 0.97 0.55
Hex FC 1D 1F 0 58 58 1 167 61 37
Octal 374 35 37 0 130 130 1 547 141 67
Binary 11111100 11101 11111 0 1011000 1011000 1 101100111 1100001 110111

Color Harmonies of #FC1D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D1F

Black with #FC1D1F

Text Example


Text Example

White with #FC1D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D1F; }

 p { color: rgb(252,29,31); }

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

background-color css

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

 a { background-color: rgb(252,29,31); }

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

border-color css

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

 span { border-color: rgb(252,29,31); }

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