Html Css Color HEX #FD010D Torch Red

📋 copy color: '#FD010D'

red 253 ◦ green 1 ◦ blue 13

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

Shades of Torch Red #FD010D

Tints of Torch Red #FD010D

RGB

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

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

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

R = 94.76%
G = 0.37%
B = 4.87%

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

#FD010D (or 0xFD010D) is known color: Torch Red. HEX triplet: FD, 01 and 0D. RGB value is (253,1,13). Sum of RGB (Red+Green+Blue) = 253+1+13=267 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.76% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 253 - color contains mainly: red. Hex color #FD010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD010D is #02FEF2. Grayscale: #4D4D4D. Windows color (decimal): -196339 or 852477. OLE color: 852477.

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

Color convert

RGB 253 1 13 -
CMYK 0 1.00 0.95 0.01
HSL 357.14º 0.99% 0.5% -
HSV(B) 357.14º 1% 0.99% -
XYZ 40.59 20.93 2.28 -
YUV 77.72 91.49 253.02 -
System Red Green Blue C M Y K H S L
Decimal 253 1 13 0 1.00 0.95 0.01 357.14 0.99 0.5
Hex FD 1 D 0 64 5F 1 165 63 32
Octal 375 1 15 0 144 137 1 545 143 62
Binary 11111101 1 1101 0 1100100 1011111 1 101100101 1100011 110010

Color Harmonies of #FD010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD010D

Black with #FD010D

Text Example


Text Example

White with #FD010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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