Html Css Color HEX #FC034D Torch Red

📋 copy color: '#FC034D'

red 252 ◦ green 3 ◦ blue 77

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

Shades of Torch Red #FC034D

Tints of Torch Red #FC034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 75.9%
G = 0.9%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC034D (or 0xFC034D) is known color: Torch Red. HEX triplet: FC, 03 and 4D. RGB value is (252,3,77). Sum of RGB (Red+Green+Blue) = 252+3+77=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC034D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC034D is #03FCB2. Grayscale: #555555. Windows color (decimal): -261299 or 5047292. OLE color: 5047292.

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

Color convert

RGB 252 3 77 -
CMYK 0 0.99 0.69 0.01
HSL 342.17º 0.98% 0.5% -
HSV(B) 342.17º 0.99% 0.99% -
XYZ 41.52 21.3 8.94 -
YUV 85.89 122.99 246.48 -
System Red Green Blue C M Y K H S L
Decimal 252 3 77 0 0.99 0.69 0.01 342.17 0.98 0.5
Hex FC 3 4D 0 63 45 1 156 62 32
Octal 374 3 115 0 143 105 1 526 142 62
Binary 11111100 11 1001101 0 1100011 1000101 1 101010110 1100010 110010

Color Harmonies of #FC034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC034D

Black with #FC034D

Text Example


Text Example

White with #FC034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC034D; }

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

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

background-color css

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

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

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

border-color css

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

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

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