Html Css Color HEX #FD004A Torch Red

📋 copy color: '#FD004A'

red 253 ◦ green 0 ◦ blue 74

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

Shades of Torch Red #FD004A

Tints of Torch Red #FD004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 77.37%
G = 0%
B = 22.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD004A (or 0xFD004A) is known color: Torch Red. HEX triplet: FD, 00 and 4A. RGB value is (253,0,74). Sum of RGB (Red+Green+Blue) = 253+0+74=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD004A is #02FFB5. Grayscale: #545454. Windows color (decimal): -196534 or 4849917. OLE color: 4849917.

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

Color convert

RGB 253 0 74 -
CMYK 0 1 0.71 0.01
HSL 342.45º 1% 0.5% -
HSV(B) 342.45º 1% 0.99% -
XYZ 41.74 21.38 8.4 -
YUV 84.08 122.32 248.48 -
System Red Green Blue C M Y K H S L
Decimal 253 0 74 0 1 0.71 0.01 342.45 1 0.5
Hex FD 0 4A 0 64 47 1 156 64 32
Octal 375 0 112 0 144 107 1 526 144 62
Binary 11111101 0 1001010 0 1100100 1000111 1 101010110 1100100 110010

Color Harmonies of #FD004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD004A

Black with #FD004A

Text Example


Text Example

White with #FD004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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