Html Css Color HEX #FC080D Torch Red

📋 copy color: '#FC080D'

red 252 ◦ green 8 ◦ blue 13

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

Shades of Torch Red #FC080D

Tints of Torch Red #FC080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 92.31%
G = 2.93%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC080D (or 0xFC080D) is known color: Torch Red. HEX triplet: FC, 08 and 0D. RGB value is (252,8,13). Sum of RGB (Red+Green+Blue) = 252+8+13=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC080D is #03F7F2. Grayscale: #515151. Windows color (decimal): -260083 or 854268. OLE color: 854268.

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

Color convert

RGB 252 8 13 -
CMYK 0 0.97 0.95 0.01
HSL 358.77º 0.98% 0.51% -
HSV(B) 358.77º 0.97% 0.99% -
XYZ 40.3 20.9 2.29 -
YUV 81.53 89.34 249.59 -
System Red Green Blue C M Y K H S L
Decimal 252 8 13 0 0.97 0.95 0.01 358.77 0.98 0.51
Hex FC 8 D 0 61 5F 1 167 62 33
Octal 374 10 15 0 141 137 1 547 142 63
Binary 11111100 1000 1101 0 1100001 1011111 1 101100111 1100010 110011

Color Harmonies of #FC080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC080D

Black with #FC080D

Text Example


Text Example

White with #FC080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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