Html Css Color HEX #FD004E Torch Red

📋 copy color: '#FD004E'

red 253 ◦ green 0 ◦ blue 78

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

Shades of Torch Red #FD004E

Tints of Torch Red #FD004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.56%

R = 76.44%
G = 0%
B = 23.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD004E (or 0xFD004E) is known color: Torch Red. HEX triplet: FD, 00 and 4E. RGB value is (253,0,78). Sum of RGB (Red+Green+Blue) = 253+0+78=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD004E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD004E is #02FFB1. Grayscale: #545454. Windows color (decimal): -196530 or 5112061. OLE color: 5112061.

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

Color convert

RGB 253 0 78 -
CMYK 0 1 0.69 0.01
HSL 341.5º 1% 0.5% -
HSV(B) 341.5º 1% 0.99% -
XYZ 41.88 21.43 9.14 -
YUV 84.54 124.32 248.16 -
System Red Green Blue C M Y K H S L
Decimal 253 0 78 0 1 0.69 0.01 341.5 1 0.5
Hex FD 0 4E 0 64 45 1 156 64 32
Octal 375 0 116 0 144 105 1 526 144 62
Binary 11111101 0 1001110 0 1100100 1000101 1 101010110 1100100 110010

Color Harmonies of #FD004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD004E

Black with #FD004E

Text Example


Text Example

White with #FD004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD004E; }

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

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

background-color css

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

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

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

border-color css

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

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

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