Html Css Color HEX #FD0911 Torch Red

📋 copy color: '#FD0911'

red 253 ◦ green 9 ◦ blue 17

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

Shades of Torch Red #FD0911

Tints of Torch Red #FD0911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

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

R = 90.68%
G = 3.23%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD0911 (or 0xFD0911) is known color: Torch Red. HEX triplet: FD, 09 and 11. RGB value is (253,9,17). Sum of RGB (Red+Green+Blue) = 253+9+17=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0911 is #02F6EE. Grayscale: #535353. Windows color (decimal): -194287 or 1116669. OLE color: 1116669.

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

Color convert

RGB 253 9 17 -
CMYK 0 0.96 0.93 0.01
HSL 358.03º 0.98% 0.51% -
HSV(B) 358.03º 0.96% 0.99% -
XYZ 40.71 21.12 2.46 -
YUV 82.87 90.84 249.35 -
System Red Green Blue C M Y K H S L
Decimal 253 9 17 0 0.96 0.93 0.01 358.03 0.98 0.51
Hex FD 9 11 0 60 5D 1 166 62 33
Octal 375 11 21 0 140 135 1 546 142 63
Binary 11111101 1001 10001 0 1100000 1011101 1 101100110 1100010 110011

Color Harmonies of #FD0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0911

Black with #FD0911

Text Example


Text Example

White with #FD0911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0911; }

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

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

background-color css

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

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

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

border-color css

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

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

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