Html Css Color HEX #FD1744 Torch Red

📋 copy color: '#FD1744'

red 253 ◦ green 23 ◦ blue 68

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

Shades of Torch Red #FD1744

Tints of Torch Red #FD1744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

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

R = 73.55%
G = 6.69%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD1744 (or 0xFD1744) is known color: Torch Red. HEX triplet: FD, 17 and 44. RGB value is (253,23,68). Sum of RGB (Red+Green+Blue) = 253+23+68=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1744 is #02E8BB. Grayscale: #606060. Windows color (decimal): -190652 or 4462589. OLE color: 4462589.

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

Color convert

RGB 253 23 68 -
CMYK 0 0.91 0.73 0.01
HSL 348.26º 0.98% 0.54% -
HSV(B) 348.26º 0.91% 0.99% -
XYZ 41.86 21.91 7.49 -
YUV 96.9 111.7 239.34 -
System Red Green Blue C M Y K H S L
Decimal 253 23 68 0 0.91 0.73 0.01 348.26 0.98 0.54
Hex FD 17 44 0 5B 49 1 15C 62 36
Octal 375 27 104 0 133 111 1 534 142 66
Binary 11111101 10111 1000100 0 1011011 1001001 1 101011100 1100010 110110

Color Harmonies of #FD1744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1744

Black with #FD1744

Text Example


Text Example

White with #FD1744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1744; }

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

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

background-color css

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

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

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

border-color css

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

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

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