Html Css Color HEX #FC0D46 Torch Red

📋 copy color: '#FC0D46'

red 252 ◦ green 13 ◦ blue 70

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

Shades of Torch Red #FC0D46

Tints of Torch Red #FC0D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.9%

R = 75.22%
G = 3.88%
B = 20.9%

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

#FC0D46 (or 0xFC0D46) is known color: Torch Red. HEX triplet: FC, 0D and 46. RGB value is (252,13,70). Sum of RGB (Red+Green+Blue) = 252+13+70=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0D46 is #03F2B9. Grayscale: #5A5A5A. Windows color (decimal): -258746 or 4591100. OLE color: 4591100.

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

Color convert

RGB 252 13 70 -
CMYK 0 0.95 0.72 0.01
HSL 345.69º 0.98% 0.52% -
HSV(B) 345.69º 0.95% 0.99% -
XYZ 41.39 21.43 7.75 -
YUV 90.96 116.18 242.87 -
System Red Green Blue C M Y K H S L
Decimal 252 13 70 0 0.95 0.72 0.01 345.69 0.98 0.52
Hex FC D 46 0 5F 48 1 15A 62 34
Octal 374 15 106 0 137 110 1 532 142 64
Binary 11111100 1101 1000110 0 1011111 1001000 1 101011010 1100010 110100

Color Harmonies of #FC0D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D46

Black with #FC0D46

Text Example


Text Example

White with #FC0D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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