Html Css Color HEX #FD0001 Torch Red

📋 copy color: '#FD0001'

red 253 ◦ green 0 ◦ blue 1

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

Shades of Torch Red #FD0001

Tints of Torch Red #FD0001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 99.61%
G = 0%
B = 0.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD0001 (or 0xFD0001) is known color: Torch Red. HEX triplet: FD, 00 and 01. RGB value is (253,0,1). Sum of RGB (Red+Green+Blue) = 253+0+1=254 (33% of max value = 765). Red value is 253 (99.22% from 255 or 99.61% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0001 is #02FFFE. Grayscale: #4C4C4C. Windows color (decimal): -196607 or 65789. OLE color: 65789.

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

Color convert

RGB 253 0 1 -
CMYK 0 1 1.00 0.01
HSL 359.76º 1% 0.5% -
HSV(B) 359.76º 1% 0.99% -
XYZ 40.51 20.88 1.92 -
YUV 75.76 85.82 254.42 -
System Red Green Blue C M Y K H S L
Decimal 253 0 1 0 1 1.00 0.01 359.76 1 0.5
Hex FD 0 1 0 64 64 1 168 64 32
Octal 375 0 1 0 144 144 1 550 144 62
Binary 11111101 0 1 0 1100100 1100100 1 101101000 1100100 110010

Color Harmonies of #FD0001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0001

Black with #FD0001

Text Example


Text Example

White with #FD0001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0001; }

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

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

background-color css

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

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

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

border-color css

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

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

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