Html Css Color HEX #FD101C Torch Red

📋 copy color: '#FD101C'

red 253 ◦ green 16 ◦ blue 28

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

Shades of Torch Red #FD101C

Tints of Torch Red #FD101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 85.19%
G = 5.39%
B = 9.43%

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

#FD101C (or 0xFD101C) is known color: Torch Red. HEX triplet: FD, 10 and 1C. RGB value is (253,16,28). Sum of RGB (Red+Green+Blue) = 253+16+28=297 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.19% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 253 - color contains mainly: red. Hex color #FD101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD101C is #02EFE3. Grayscale: #585858. Windows color (decimal): -192484 or 1839357. OLE color: 1839357.

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

Color convert

RGB 253 16 28 -
CMYK 0 0.94 0.89 0.01
HSL 356.96º 0.98% 0.53% -
HSV(B) 356.96º 0.94% 0.99% -
XYZ 40.9 21.34 3.06 -
YUV 88.23 94.02 245.52 -
System Red Green Blue C M Y K H S L
Decimal 253 16 28 0 0.94 0.89 0.01 356.96 0.98 0.53
Hex FD 10 1C 0 5E 59 1 165 62 35
Octal 375 20 34 0 136 131 1 545 142 65
Binary 11111101 10000 11100 0 1011110 1011001 1 101100101 1100010 110101

Color Harmonies of #FD101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD101C

Black with #FD101C

Text Example


Text Example

White with #FD101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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