Html Css Color HEX #FD044C Torch Red

📋 copy color: '#FD044C'

red 253 ◦ green 4 ◦ blue 76

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

Shades of Torch Red #FD044C

Tints of Torch Red #FD044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 75.98%
G = 1.2%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD044C (or 0xFD044C) is known color: Torch Red. HEX triplet: FD, 04 and 4C. RGB value is (253,4,76). Sum of RGB (Red+Green+Blue) = 253+4+76=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD044C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD044C is #02FBB3. Grayscale: #565656. Windows color (decimal): -195508 or 4982013. OLE color: 4982013.

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

Color convert

RGB 253 4 76 -
CMYK 0 0.98 0.70 0.01
HSL 342.65º 0.98% 0.5% -
HSV(B) 342.65º 0.98% 0.99% -
XYZ 41.86 21.49 8.78 -
YUV 86.66 121.99 246.65 -
System Red Green Blue C M Y K H S L
Decimal 253 4 76 0 0.98 0.70 0.01 342.65 0.98 0.5
Hex FD 4 4C 0 62 46 1 157 62 32
Octal 375 4 114 0 142 106 1 527 142 62
Binary 11111101 100 1001100 0 1100010 1000110 1 101010111 1100010 110010

Color Harmonies of #FD044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD044C

Black with #FD044C

Text Example


Text Example

White with #FD044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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