Html Css Color HEX #FD0517 Torch Red

📋 copy color: '#FD0517'

red 253 ◦ green 5 ◦ blue 23

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

Shades of Torch Red #FD0517

Tints of Torch Red #FD0517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

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

R = 90.04%
G = 1.78%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD0517 (or 0xFD0517) is known color: Torch Red. HEX triplet: FD, 05 and 17. RGB value is (253,5,23). Sum of RGB (Red+Green+Blue) = 253+5+23=281 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.04% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0517 is #02FAE8. Grayscale: #515151. Windows color (decimal): -195305 or 1508861. OLE color: 1508861.

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

Color convert

RGB 253 5 23 -
CMYK 0 0.98 0.91 0.01
HSL 355.65º 0.98% 0.51% -
HSV(B) 355.65º 0.98% 0.99% -
XYZ 40.72 21.05 2.73 -
YUV 81.2 95.16 250.54 -
System Red Green Blue C M Y K H S L
Decimal 253 5 23 0 0.98 0.91 0.01 355.65 0.98 0.51
Hex FD 5 17 0 62 5B 1 164 62 33
Octal 375 5 27 0 142 133 1 544 142 63
Binary 11111101 101 10111 0 1100010 1011011 1 101100100 1100010 110011

Color Harmonies of #FD0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0517

Black with #FD0517

Text Example


Text Example

White with #FD0517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0517; }

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

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

background-color css

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

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

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

border-color css

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

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

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