Html Css Color HEX #FC1D39 Torch Red

📋 copy color: '#FC1D39'

red 252 ◦ green 29 ◦ blue 57

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

Shades of Torch Red #FC1D39

Tints of Torch Red #FC1D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.86%

R = 74.56%
G = 8.58%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC1D39 (or 0xFC1D39) is known color: Torch Red. HEX triplet: FC, 1D and 39. RGB value is (252,29,57). Sum of RGB (Red+Green+Blue) = 252+29+57=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D39 is #03E2C6. Grayscale: #626262. Windows color (decimal): -254663 or 3743228. OLE color: 3743228.

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

Color convert

RGB 252 29 57 -
CMYK 0 0.88 0.77 0.01
HSL 352.47º 0.97% 0.55% -
HSV(B) 352.47º 0.88% 0.99% -
XYZ 41.32 21.87 5.91 -
YUV 98.87 104.38 237.22 -
System Red Green Blue C M Y K H S L
Decimal 252 29 57 0 0.88 0.77 0.01 352.47 0.97 0.55
Hex FC 1D 39 0 58 4D 1 160 61 37
Octal 374 35 71 0 130 115 1 540 141 67
Binary 11111100 11101 111001 0 1011000 1001101 1 101100000 1100001 110111

Color Harmonies of #FC1D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D39

Black with #FC1D39

Text Example


Text Example

White with #FC1D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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