Html Css Color HEX #FC081C Torch Red

📋 copy color: '#FC081C'

red 252 ◦ green 8 ◦ blue 28

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

Shades of Torch Red #FC081C

Tints of Torch Red #FC081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.72%

R = 87.5%
G = 2.78%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC081C (or 0xFC081C) is known color: Torch Red. HEX triplet: FC, 08 and 1C. RGB value is (252,8,28). Sum of RGB (Red+Green+Blue) = 252+8+28=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC081C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC081C is #03F7E3. Grayscale: #535353. Windows color (decimal): -260068 or 1837308. OLE color: 1837308.

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

Color convert

RGB 252 8 28 -
CMYK 0 0.97 0.89 0.01
HSL 355.08º 0.98% 0.51% -
HSV(B) 355.08º 0.97% 0.99% -
XYZ 40.44 20.95 3.01 -
YUV 83.24 96.84 248.37 -
System Red Green Blue C M Y K H S L
Decimal 252 8 28 0 0.97 0.89 0.01 355.08 0.98 0.51
Hex FC 8 1C 0 61 59 1 163 62 33
Octal 374 10 34 0 141 131 1 543 142 63
Binary 11111100 1000 11100 0 1100001 1011001 1 101100011 1100010 110011

Color Harmonies of #FC081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC081C

Black with #FC081C

Text Example


Text Example

White with #FC081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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