Html Css Color HEX #FD010C Torch Red

📋 copy color: '#FD010C'

red 253 ◦ green 1 ◦ blue 12

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

Shades of Torch Red #FD010C

Tints of Torch Red #FD010C

RGB

 RED value IS 253 (99.22% from 255) = 95.11%

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

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 95.11%
G = 0.38%
B = 4.51%

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

#FD010C (or 0xFD010C) is known color: Torch Red. HEX triplet: FD, 01 and 0C. RGB value is (253,1,12). Sum of RGB (Red+Green+Blue) = 253+1+12=266 (35% of max value = 765). Red value is 253 (99.22% from 255 or 95.11% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 253 - color contains mainly: red. Hex color #FD010C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD010C is #02FEF3. Grayscale: #4D4D4D. Windows color (decimal): -196340 or 786941. OLE color: 786941.

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

Color convert

RGB 253 1 12 -
CMYK 0 1.00 0.95 0.01
HSL 357.38º 0.99% 0.5% -
HSV(B) 357.38º 1% 0.99% -
XYZ 40.59 20.93 2.25 -
YUV 77.6 90.99 253.11 -
System Red Green Blue C M Y K H S L
Decimal 253 1 12 0 1.00 0.95 0.01 357.38 0.99 0.5
Hex FD 1 C 0 64 5F 1 165 63 32
Octal 375 1 14 0 144 137 1 545 143 62
Binary 11111101 1 1100 0 1100100 1011111 1 101100101 1100011 110010

Color Harmonies of #FD010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD010C

Black with #FD010C

Text Example


Text Example

White with #FD010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD010C; }

 p { color: rgb(253,1,12); }

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

background-color css

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

 a { background-color: rgb(253,1,12); }

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

border-color css

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

 span { border-color: rgb(253,1,12); }

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