Html Css Color HEX #FC1A2D Torch Red

📋 copy color: '#FC1A2D'

red 252 ◦ green 26 ◦ blue 45

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

Shades of Torch Red #FC1A2D

Tints of Torch Red #FC1A2D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.05%

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

R = 78.02%
G = 8.05%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC1A2D (or 0xFC1A2D) is known color: Torch Red. HEX triplet: FC, 1A and 2D. RGB value is (252,26,45). Sum of RGB (Red+Green+Blue) = 252+26+45=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A2D is #03E5D2. Grayscale: #5F5F5F. Windows color (decimal): -255443 or 2956028. OLE color: 2956028.

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

Color convert

RGB 252 26 45 -
CMYK 0 0.90 0.82 0.01
HSL 354.96º 0.97% 0.55% -
HSV(B) 354.96º 0.9% 0.99% -
XYZ 40.99 21.62 4.5 -
YUV 95.74 99.37 239.46 -
System Red Green Blue C M Y K H S L
Decimal 252 26 45 0 0.90 0.82 0.01 354.96 0.97 0.55
Hex FC 1A 2D 0 5A 52 1 163 61 37
Octal 374 32 55 0 132 122 1 543 141 67
Binary 11111100 11010 101101 0 1011010 1010010 1 101100011 1100001 110111

Color Harmonies of #FC1A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A2D

Black with #FC1A2D

Text Example


Text Example

White with #FC1A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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