Html Css Color HEX #FC1C2D Torch Red

📋 copy color: '#FC1C2D'

red 252 ◦ green 28 ◦ blue 45

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

Shades of Torch Red #FC1C2D

Tints of Torch Red #FC1C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 77.54%
G = 8.62%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC1C2D (or 0xFC1C2D) is known color: Torch Red. HEX triplet: FC, 1C and 2D. RGB value is (252,28,45). Sum of RGB (Red+Green+Blue) = 252+28+45=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C2D is #03E3D2. Grayscale: #616161. Windows color (decimal): -254931 or 2956540. OLE color: 2956540.

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

Color convert

RGB 252 28 45 -
CMYK 0 0.89 0.82 0.01
HSL 355.45º 0.97% 0.55% -
HSV(B) 355.45º 0.89% 0.99% -
XYZ 41.03 21.72 4.51 -
YUV 96.91 98.71 238.62 -
System Red Green Blue C M Y K H S L
Decimal 252 28 45 0 0.89 0.82 0.01 355.45 0.97 0.55
Hex FC 1C 2D 0 59 52 1 163 61 37
Octal 374 34 55 0 131 122 1 543 141 67
Binary 11111100 11100 101101 0 1011001 1010010 1 101100011 1100001 110111

Color Harmonies of #FC1C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1C2D

Black with #FC1C2D

Text Example


Text Example

White with #FC1C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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