Html Css Color HEX #FD004D Torch Red

📋 copy color: '#FD004D'

red 253 ◦ green 0 ◦ blue 77

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

Shades of Torch Red #FD004D

Tints of Torch Red #FD004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 76.67%
G = 0%
B = 23.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD004D (or 0xFD004D) is known color: Torch Red. HEX triplet: FD, 00 and 4D. RGB value is (253,0,77). Sum of RGB (Red+Green+Blue) = 253+0+77=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD004D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD004D is #02FFB2. Grayscale: #545454. Windows color (decimal): -196531 or 5046525. OLE color: 5046525.

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

Color convert

RGB 253 0 77 -
CMYK 0 1 0.70 0.01
HSL 341.74º 1% 0.5% -
HSV(B) 341.74º 1% 0.99% -
XYZ 41.85 21.42 8.95 -
YUV 84.43 123.82 248.24 -
System Red Green Blue C M Y K H S L
Decimal 253 0 77 0 1 0.70 0.01 341.74 1 0.5
Hex FD 0 4D 0 64 46 1 156 64 32
Octal 375 0 115 0 144 106 1 526 144 62
Binary 11111101 0 1001101 0 1100100 1000110 1 101010110 1100100 110010

Color Harmonies of #FD004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD004D

Black with #FD004D

Text Example


Text Example

White with #FD004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD004D; }

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

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

background-color css

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

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

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

border-color css

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

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

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