Html Css Color HEX #FC1D2A Torch Red

📋 copy color: '#FC1D2A'

red 252 ◦ green 29 ◦ blue 42

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

Shades of Torch Red #FC1D2A

Tints of Torch Red #FC1D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13%

R = 78.02%
G = 8.98%
B = 13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC1D2A (or 0xFC1D2A) is known color: Torch Red. HEX triplet: FC, 1D and 2A. RGB value is (252,29,42). Sum of RGB (Red+Green+Blue) = 252+29+42=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D2A is #03E2D5. Grayscale: #616161. Windows color (decimal): -254678 or 2760188. OLE color: 2760188.

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

Color convert

RGB 252 29 42 -
CMYK 0 0.88 0.83 0.01
HSL 356.5º 0.97% 0.55% -
HSV(B) 356.5º 0.88% 0.99% -
XYZ 41 21.74 4.23 -
YUV 97.16 96.88 238.44 -
System Red Green Blue C M Y K H S L
Decimal 252 29 42 0 0.88 0.83 0.01 356.5 0.97 0.55
Hex FC 1D 2A 0 58 53 1 165 61 37
Octal 374 35 52 0 130 123 1 545 141 67
Binary 11111100 11101 101010 0 1011000 1010011 1 101100101 1100001 110111

Color Harmonies of #FC1D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D2A

Black with #FC1D2A

Text Example


Text Example

White with #FC1D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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