Html Css Color HEX #FD1011 Torch Red

📋 copy color: '#FD1011'

red 253 ◦ green 16 ◦ blue 17

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

Shades of Torch Red #FD1011

Tints of Torch Red #FD1011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.94%

R = 88.46%
G = 5.59%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD1011 (or 0xFD1011) is known color: Torch Red. HEX triplet: FD, 10 and 11. RGB value is (253,16,17). Sum of RGB (Red+Green+Blue) = 253+16+17=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1011 is #02EFEE. Grayscale: #575757. Windows color (decimal): -192495 or 1118461. OLE color: 1118461.

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

Color convert

RGB 253 16 17 -
CMYK 0 0.94 0.93 0.01
HSL 359.75º 0.98% 0.53% -
HSV(B) 359.75º 0.94% 0.99% -
XYZ 40.79 21.29 2.49 -
YUV 86.98 88.52 246.42 -
System Red Green Blue C M Y K H S L
Decimal 253 16 17 0 0.94 0.93 0.01 359.75 0.98 0.53
Hex FD 10 11 0 5E 5D 1 168 62 35
Octal 375 20 21 0 136 135 1 550 142 65
Binary 11111101 10000 10001 0 1011110 1011101 1 101101000 1100010 110101

Color Harmonies of #FD1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1011

Black with #FD1011

Text Example


Text Example

White with #FD1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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