Html Css Color HEX #FC000D Torch Red

📋 copy color: '#FC000D'

red 252 ◦ green 0 ◦ blue 13

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

Shades of Torch Red #FC000D

Tints of Torch Red #FC000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.09%
G = 0%
B = 4.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC000D (or 0xFC000D) is known color: Torch Red. HEX triplet: FC, 00 and 0D. RGB value is (252,0,13). Sum of RGB (Red+Green+Blue) = 252+0+13=265 (35% of max value = 765). Red value is 252 (98.83% from 255 or 95.09% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 252 - color contains mainly: red. Hex color #FC000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC000D is #03FFF2. Grayscale: #4D4D4D. Windows color (decimal): -262131 or 852220. OLE color: 852220.

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

Color convert

RGB 252 0 13 -
CMYK 0 1 0.95 0.01
HSL 356.9º 1% 0.49% -
HSV(B) 356.9º 1% 0.99% -
XYZ 40.22 20.72 2.26 -
YUV 76.83 91.99 252.94 -
System Red Green Blue C M Y K H S L
Decimal 252 0 13 0 1 0.95 0.01 356.9 1 0.49
Hex FC 0 D 0 64 5F 1 165 64 31
Octal 374 0 15 0 144 137 1 545 144 61
Binary 11111100 0 1101 0 1100100 1011111 1 101100101 1100100 110001

Color Harmonies of #FC000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC000D

Black with #FC000D

Text Example


Text Example

White with #FC000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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