Html Css Color HEX #FC0034 Torch Red

📋 copy color: '#FC0034'

red 252 ◦ green 0 ◦ blue 52

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

Shades of Torch Red #FC0034

Tints of Torch Red #FC0034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 82.89%
G = 0%
B = 17.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC0034 (or 0xFC0034) is known color: Torch Red. HEX triplet: FC, 00 and 34. RGB value is (252,0,52). Sum of RGB (Red+Green+Blue) = 252+0+52=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0034 is #03FFCB. Grayscale: #515151. Windows color (decimal): -262092 or 3408124. OLE color: 3408124.

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

Color convert

RGB 252 0 52 -
CMYK 0 1 0.79 0.01
HSL 347.62º 1% 0.49% -
HSV(B) 347.62º 1% 0.99% -
XYZ 40.76 20.94 5.14 -
YUV 81.28 111.49 249.77 -
System Red Green Blue C M Y K H S L
Decimal 252 0 52 0 1 0.79 0.01 347.62 1 0.49
Hex FC 0 34 0 64 4F 1 15C 64 31
Octal 374 0 64 0 144 117 1 534 144 61
Binary 11111100 0 110100 0 1100100 1001111 1 101011100 1100100 110001

Color Harmonies of #FC0034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0034

Black with #FC0034

Text Example


Text Example

White with #FC0034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0034; }

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

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

background-color css

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

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

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

border-color css

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

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

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