Html Css Color HEX #FC081D Torch Red

📋 copy color: '#FC081D'

red 252 ◦ green 8 ◦ blue 29

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

Shades of Torch Red #FC081D

Tints of Torch Red #FC081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 87.2%
G = 2.77%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC081D (or 0xFC081D) is known color: Torch Red. HEX triplet: FC, 08 and 1D. RGB value is (252,8,29). Sum of RGB (Red+Green+Blue) = 252+8+29=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC081D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC081D is #03F7E2. Grayscale: #535353. Windows color (decimal): -260067 or 1902844. OLE color: 1902844.

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

Color convert

RGB 252 8 29 -
CMYK 0 0.97 0.88 0.01
HSL 354.84º 0.98% 0.51% -
HSV(B) 354.84º 0.97% 0.99% -
XYZ 40.45 20.96 3.08 -
YUV 83.35 97.34 248.29 -
System Red Green Blue C M Y K H S L
Decimal 252 8 29 0 0.97 0.88 0.01 354.84 0.98 0.51
Hex FC 8 1D 0 61 58 1 163 62 33
Octal 374 10 35 0 141 130 1 543 142 63
Binary 11111100 1000 11101 0 1100001 1011000 1 101100011 1100010 110011

Color Harmonies of #FC081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC081D

Black with #FC081D

Text Example


Text Example

White with #FC081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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