Html Css Color HEX #FC0044 Torch Red

📋 copy color: '#FC0044'

red 252 ◦ green 0 ◦ blue 68

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

Shades of Torch Red #FC0044

Tints of Torch Red #FC0044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 78.75%
G = 0%
B = 21.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC0044 (or 0xFC0044) is known color: Torch Red. HEX triplet: FC, 00 and 44. RGB value is (252,0,68). Sum of RGB (Red+Green+Blue) = 252+0+68=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0044 is #03FFBB. Grayscale: #535353. Windows color (decimal): -262076 or 4456700. OLE color: 4456700.

HSL color Cylindrical-coordinate representation of color #FC0044: hue angle of 343.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0044 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 68 -
CMYK 0 1 0.73 0.01
HSL 343.81º 1% 0.49% -
HSV(B) 343.81º 1% 0.99% -
XYZ 41.19 21.11 7.37 -
YUV 83.1 119.49 248.47 -
System Red Green Blue C M Y K H S L
Decimal 252 0 68 0 1 0.73 0.01 343.81 1 0.49
Hex FC 0 44 0 64 49 1 158 64 31
Octal 374 0 104 0 144 111 1 530 144 61
Binary 11111100 0 1000100 0 1100100 1001001 1 101011000 1100100 110001

Color Harmonies of #FC0044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0044

Black with #FC0044

Text Example


Text Example

White with #FC0044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0044; }

 p { color: rgb(252,0,68); }

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

background-color css

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

 a { background-color: rgb(252,0,68); }

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

border-color css

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

 span { border-color: rgb(252,0,68); }

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