Html Css Color HEX #FD043D Torch Red

📋 copy color: '#FD043D'

red 253 ◦ green 4 ◦ blue 61

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

Shades of Torch Red #FD043D

Tints of Torch Red #FD043D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 79.56%
G = 1.26%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD043D (or 0xFD043D) is known color: Torch Red. HEX triplet: FD, 04 and 3D. RGB value is (253,4,61). Sum of RGB (Red+Green+Blue) = 253+4+61=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD043D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD043D is #02FBC2. Grayscale: #545454. Windows color (decimal): -195523 or 3998973. OLE color: 3998973.

HSL color Cylindrical-coordinate representation of color #FD043D: hue angle of 346.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD043D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 4 61 -
CMYK 0 0.98 0.76 0.01
HSL 346.27º 0.98% 0.5% -
HSV(B) 346.27º 0.98% 0.99% -
XYZ 41.39 21.31 6.35 -
YUV 84.95 114.49 247.87 -
System Red Green Blue C M Y K H S L
Decimal 253 4 61 0 0.98 0.76 0.01 346.27 0.98 0.5
Hex FD 4 3D 0 62 4C 1 15A 62 32
Octal 375 4 75 0 142 114 1 532 142 62
Binary 11111101 100 111101 0 1100010 1001100 1 101011010 1100010 110010

Color Harmonies of #FD043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD043D

Black with #FD043D

Text Example


Text Example

White with #FD043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD043D; }

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

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

background-color css

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

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

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

border-color css

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

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

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