Html Css Color HEX #FC0440 Torch Red

📋 copy color: '#FC0440'

red 252 ◦ green 4 ◦ blue 64

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

Shades of Torch Red #FC0440

Tints of Torch Red #FC0440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

 BLUE value IS 64 (25.39% from 255) = 20%

R = 78.75%
G = 1.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC0440 (or 0xFC0440) is known color: Torch Red. HEX triplet: FC, 04 and 40. RGB value is (252,4,64). Sum of RGB (Red+Green+Blue) = 252+4+64=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0440 is #03FBBF. Grayscale: #555555. Windows color (decimal): -261056 or 4195580. OLE color: 4195580.

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

Color convert

RGB 252 4 64 -
CMYK 0 0.98 0.75 0.01
HSL 345.48º 0.98% 0.5% -
HSV(B) 345.48º 0.98% 0.99% -
XYZ 41.11 21.15 6.77 -
YUV 84.99 116.16 247.12 -
System Red Green Blue C M Y K H S L
Decimal 252 4 64 0 0.98 0.75 0.01 345.48 0.98 0.5
Hex FC 4 40 0 62 4B 1 159 62 32
Octal 374 4 100 0 142 113 1 531 142 62
Binary 11111100 100 1000000 0 1100010 1001011 1 101011001 1100010 110010

Color Harmonies of #FC0440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0440

Black with #FC0440

Text Example


Text Example

White with #FC0440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0440; }

 p { color: rgb(252,4,64); }

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

background-color css

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

 a { background-color: rgb(252,4,64); }

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

border-color css

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

 span { border-color: rgb(252,4,64); }

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