Html Css Color HEX #FD0017 Torch Red

📋 copy color: '#FD0017'

red 253 ◦ green 0 ◦ blue 23

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

Shades of Torch Red #FD0017

Tints of Torch Red #FD0017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 23 (9.38% from 255) = 8.33%

R = 91.67%
G = 0%
B = 8.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD0017 (or 0xFD0017) is known color: Torch Red. HEX triplet: FD, 00 and 17. RGB value is (253,0,23). Sum of RGB (Red+Green+Blue) = 253+0+23=276 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.67% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0017 is #02FFE8. Grayscale: #4E4E4E. Windows color (decimal): -196585 or 1507581. OLE color: 1507581.

HSL color Cylindrical-coordinate representation of color #FD0017: hue angle of 354.55º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0017 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 0 23 -
CMYK 0 1 0.91 0.01
HSL 354.55º 1% 0.5% -
HSV(B) 354.55º 1% 0.99% -
XYZ 40.66 20.94 2.71 -
YUV 78.27 96.82 252.63 -
System Red Green Blue C M Y K H S L
Decimal 253 0 23 0 1 0.91 0.01 354.55 1 0.5
Hex FD 0 17 0 64 5B 1 163 64 32
Octal 375 0 27 0 144 133 1 543 144 62
Binary 11111101 0 10111 0 1100100 1011011 1 101100011 1100100 110010

Color Harmonies of #FD0017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0017

Black with #FD0017

Text Example


Text Example

White with #FD0017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0017; }

 p { color: rgb(253,0,23); }

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

background-color css

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

 a { background-color: rgb(253,0,23); }

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

border-color css

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

 span { border-color: rgb(253,0,23); }

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