Html Css Color HEX #FD101D Torch Red

📋 copy color: '#FD101D'

red 253 ◦ green 16 ◦ blue 29

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

Shades of Torch Red #FD101D

Tints of Torch Red #FD101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 84.9%
G = 5.37%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD101D (or 0xFD101D) is known color: Torch Red. HEX triplet: FD, 10 and 1D. RGB value is (253,16,29). Sum of RGB (Red+Green+Blue) = 253+16+29=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD101D is #02EFE2. Grayscale: #585858. Windows color (decimal): -192483 or 1904893. OLE color: 1904893.

HSL color Cylindrical-coordinate representation of color #FD101D: hue angle of 356.71º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD101D is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 16 29 -
CMYK 0 0.94 0.89 0.01
HSL 356.71º 0.98% 0.53% -
HSV(B) 356.71º 0.94% 0.99% -
XYZ 40.92 21.34 3.13 -
YUV 88.35 94.52 245.44 -
System Red Green Blue C M Y K H S L
Decimal 253 16 29 0 0.94 0.89 0.01 356.71 0.98 0.53
Hex FD 10 1D 0 5E 59 1 165 62 35
Octal 375 20 35 0 136 131 1 545 142 65
Binary 11111101 10000 11101 0 1011110 1011001 1 101100101 1100010 110101

Color Harmonies of #FD101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD101D

Black with #FD101D

Text Example


Text Example

White with #FD101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD101D; }

 p { color: rgb(253,16,29); }

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

background-color css

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

 a { background-color: rgb(253,16,29); }

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

border-color css

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

 span { border-color: rgb(253,16,29); }

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