Html Css Color HEX #FC1A3D Torch Red

📋 copy color: '#FC1A3D'

red 252 ◦ green 26 ◦ blue 61

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

Shades of Torch Red #FC1A3D

Tints of Torch Red #FC1A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 74.34%
G = 7.67%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC1A3D (or 0xFC1A3D) is known color: Torch Red. HEX triplet: FC, 1A and 3D. RGB value is (252,26,61). Sum of RGB (Red+Green+Blue) = 252+26+61=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A3D is #03E5C2. Grayscale: #616161. Windows color (decimal): -255427 or 4004604. OLE color: 4004604.

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

Color convert

RGB 252 26 61 -
CMYK 0 0.90 0.76 0.01
HSL 350.71º 0.97% 0.55% -
HSV(B) 350.71º 0.9% 0.99% -
XYZ 41.36 21.77 6.44 -
YUV 97.56 107.37 238.15 -
System Red Green Blue C M Y K H S L
Decimal 252 26 61 0 0.90 0.76 0.01 350.71 0.97 0.55
Hex FC 1A 3D 0 5A 4C 1 15F 61 37
Octal 374 32 75 0 132 114 1 537 141 67
Binary 11111100 11010 111101 0 1011010 1001100 1 101011111 1100001 110111

Color Harmonies of #FC1A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A3D

Black with #FC1A3D

Text Example


Text Example

White with #FC1A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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