Html Css Color HEX #FC0D47 Torch Red

📋 copy color: '#FC0D47'

red 252 ◦ green 13 ◦ blue 71

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

Shades of Torch Red #FC0D47

Tints of Torch Red #FC0D47

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.87%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 75%
G = 3.87%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC0D47 (or 0xFC0D47) is known color: Torch Red. HEX triplet: FC, 0D and 47. RGB value is (252,13,71). Sum of RGB (Red+Green+Blue) = 252+13+71=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0D47 is #03F2B8. Grayscale: #5B5B5B. Windows color (decimal): -258745 or 4656636. OLE color: 4656636.

HSL color Cylindrical-coordinate representation of color #FC0D47: hue angle of 345.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0D47 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 13 71 -
CMYK 0 0.95 0.72 0.01
HSL 345.44º 0.98% 0.52% -
HSV(B) 345.44º 0.95% 0.99% -
XYZ 41.43 21.44 7.92 -
YUV 91.07 116.68 242.78 -
System Red Green Blue C M Y K H S L
Decimal 252 13 71 0 0.95 0.72 0.01 345.44 0.98 0.52
Hex FC D 47 0 5F 48 1 159 62 34
Octal 374 15 107 0 137 110 1 531 142 64
Binary 11111100 1101 1000111 0 1011111 1001000 1 101011001 1100010 110100

Color Harmonies of #FC0D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D47

Black with #FC0D47

Text Example


Text Example

White with #FC0D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D47; }

 p { color: rgb(252,13,71); }

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

background-color css

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

 a { background-color: rgb(252,13,71); }

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

border-color css

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

 span { border-color: rgb(252,13,71); }

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