Html Css Color HEX #FC0C4D Torch Red

📋 copy color: '#FC0C4D'

red 252 ◦ green 12 ◦ blue 77

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

Shades of Torch Red #FC0C4D

Tints of Torch Red #FC0C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.52%

 BLUE value IS 77 (30.47% from 255) = 22.58%

R = 73.9%
G = 3.52%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC0C4D (or 0xFC0C4D) is known color: Torch Red. HEX triplet: FC, 0C and 4D. RGB value is (252,12,77). Sum of RGB (Red+Green+Blue) = 252+12+77=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0C4D is #03F3B2. Grayscale: #5B5B5B. Windows color (decimal): -258995 or 5049596. OLE color: 5049596.

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

Color convert

RGB 252 12 77 -
CMYK 0 0.95 0.69 0.01
HSL 343.75º 0.98% 0.52% -
HSV(B) 343.75º 0.95% 0.99% -
XYZ 41.62 21.49 8.98 -
YUV 91.17 120.01 242.71 -
System Red Green Blue C M Y K H S L
Decimal 252 12 77 0 0.95 0.69 0.01 343.75 0.98 0.52
Hex FC C 4D 0 5F 45 1 158 62 34
Octal 374 14 115 0 137 105 1 530 142 64
Binary 11111100 1100 1001101 0 1011111 1000101 1 101011000 1100010 110100

Color Harmonies of #FC0C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0C4D

Black with #FC0C4D

Text Example


Text Example

White with #FC0C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0C4D; }

 p { color: rgb(252,12,77); }

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

background-color css

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

 a { background-color: rgb(252,12,77); }

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

border-color css

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

 span { border-color: rgb(252,12,77); }

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