Html Css Color HEX #FD0004 Torch Red

📋 copy color: '#FD0004'

red 253 ◦ green 0 ◦ blue 4

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

Shades of Torch Red #FD0004

Tints of Torch Red #FD0004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 98.44%
G = 0%
B = 1.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD0004 (or 0xFD0004) is known color: Torch Red. HEX triplet: FD, 00 and 04. RGB value is (253,0,4). Sum of RGB (Red+Green+Blue) = 253+0+4=257 (34% of max value = 765). Red value is 253 (99.22% from 255 or 98.44% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0004 is #02FFFB. Grayscale: #4C4C4C. Windows color (decimal): -196604 or 262397. OLE color: 262397.

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

Color convert

RGB 253 0 4 -
CMYK 0 1 0.98 0.01
HSL 359.05º 1% 0.5% -
HSV(B) 359.05º 1% 0.99% -
XYZ 40.53 20.89 2.01 -
YUV 76.1 87.32 254.17 -
System Red Green Blue C M Y K H S L
Decimal 253 0 4 0 1 0.98 0.01 359.05 1 0.5
Hex FD 0 4 0 64 62 1 167 64 32
Octal 375 0 4 0 144 142 1 547 144 62
Binary 11111101 0 100 0 1100100 1100010 1 101100111 1100100 110010

Color Harmonies of #FD0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0004

Black with #FD0004

Text Example


Text Example

White with #FD0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0004; }

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

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

background-color css

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

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

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

border-color css

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

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

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