Html Css Color HEX #FC010D Torch Red

📋 copy color: '#FC010D'

red 252 ◦ green 1 ◦ blue 13

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

Shades of Torch Red #FC010D

Tints of Torch Red #FC010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 94.74%
G = 0.38%
B = 4.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC010D (or 0xFC010D) is known color: Torch Red. HEX triplet: FC, 01 and 0D. RGB value is (252,1,13). Sum of RGB (Red+Green+Blue) = 252+1+13=266 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.74% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 252 - color contains mainly: red. Hex color #FC010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC010D is #03FEF2. Grayscale: #4D4D4D. Windows color (decimal): -261875 or 852476. OLE color: 852476.

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

Color convert

RGB 252 1 13 -
CMYK 0 1.00 0.95 0.01
HSL 357.13º 0.99% 0.5% -
HSV(B) 357.13º 1% 0.99% -
XYZ 40.23 20.75 2.26 -
YUV 77.42 91.66 252.52 -
System Red Green Blue C M Y K H S L
Decimal 252 1 13 0 1.00 0.95 0.01 357.13 0.99 0.5
Hex FC 1 D 0 64 5F 1 165 63 32
Octal 374 1 15 0 144 137 1 545 143 62
Binary 11111100 1 1101 0 1100100 1011111 1 101100101 1100011 110010

Color Harmonies of #FC010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC010D

Black with #FC010D

Text Example


Text Example

White with #FC010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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