Html Css Color HEX #FD1044 Torch Red

📋 copy color: '#FD1044'

red 253 ◦ green 16 ◦ blue 68

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

Shades of Torch Red #FD1044

Tints of Torch Red #FD1044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.75%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 75.07%
G = 4.75%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD1044 (or 0xFD1044) is known color: Torch Red. HEX triplet: FD, 10 and 44. RGB value is (253,16,68). Sum of RGB (Red+Green+Blue) = 253+16+68=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1044 is #02EFBB. Grayscale: #5C5C5C. Windows color (decimal): -192444 or 4460797. OLE color: 4460797.

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

Color convert

RGB 253 16 68 -
CMYK 0 0.94 0.73 0.01
HSL 346.84º 0.98% 0.53% -
HSV(B) 346.84º 0.94% 0.99% -
XYZ 41.74 21.67 7.45 -
YUV 92.79 114.02 242.27 -
System Red Green Blue C M Y K H S L
Decimal 253 16 68 0 0.94 0.73 0.01 346.84 0.98 0.53
Hex FD 10 44 0 5E 49 1 15B 62 35
Octal 375 20 104 0 136 111 1 533 142 65
Binary 11111101 10000 1000100 0 1011110 1001001 1 101011011 1100010 110101

Color Harmonies of #FD1044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1044

Black with #FD1044

Text Example


Text Example

White with #FD1044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1044; }

 p { color: rgb(253,16,68); }

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

background-color css

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

 a { background-color: rgb(253,16,68); }

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

border-color css

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

 span { border-color: rgb(253,16,68); }

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