Html Css Color HEX #FC083D Torch Red

📋 copy color: '#FC083D'

red 252 ◦ green 8 ◦ blue 61

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

Shades of Torch Red #FC083D

Tints of Torch Red #FC083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

 BLUE value IS 61 (24.22% from 255) = 19%

R = 78.5%
G = 2.49%
B = 19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC083D (or 0xFC083D) is known color: Torch Red. HEX triplet: FC, 08 and 3D. RGB value is (252,8,61). Sum of RGB (Red+Green+Blue) = 252+8+61=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC083D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC083D is #03F7C2. Grayscale: #575757. Windows color (decimal): -260035 or 3999996. OLE color: 3999996.

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

Color convert

RGB 252 8 61 -
CMYK 0 0.97 0.76 0.01
HSL 346.97º 0.98% 0.51% -
HSV(B) 346.97º 0.97% 0.99% -
XYZ 41.07 21.21 6.34 -
YUV 87 113.34 245.69 -
System Red Green Blue C M Y K H S L
Decimal 252 8 61 0 0.97 0.76 0.01 346.97 0.98 0.51
Hex FC 8 3D 0 61 4C 1 15B 62 33
Octal 374 10 75 0 141 114 1 533 142 63
Binary 11111100 1000 111101 0 1100001 1001100 1 101011011 1100010 110011

Color Harmonies of #FC083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC083D

Black with #FC083D

Text Example


Text Example

White with #FC083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC083D; }

 p { color: rgb(252,8,61); }

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

background-color css

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

 a { background-color: rgb(252,8,61); }

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

border-color css

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

 span { border-color: rgb(252,8,61); }

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