Html Css Color HEX #FD1724 Torch Red

📋 copy color: '#FD1724'

red 253 ◦ green 23 ◦ blue 36

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

Shades of Torch Red #FD1724

Tints of Torch Red #FD1724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 81.09%
G = 7.37%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FD1724 (or 0xFD1724) is known color: Torch Red. HEX triplet: FD, 17 and 24. RGB value is (253,23,36). Sum of RGB (Red+Green+Blue) = 253+23+36=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1724 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1724 is #02E8DB. Grayscale: #5D5D5D. Windows color (decimal): -190684 or 2365437. OLE color: 2365437.

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

Color convert

RGB 253 23 36 -
CMYK 0 0.91 0.86 0.01
HSL 356.61º 0.98% 0.54% -
HSV(B) 356.61º 0.91% 0.99% -
XYZ 41.13 21.62 3.67 -
YUV 93.25 95.7 241.94 -
System Red Green Blue C M Y K H S L
Decimal 253 23 36 0 0.91 0.86 0.01 356.61 0.98 0.54
Hex FD 17 24 0 5B 56 1 165 62 36
Octal 375 27 44 0 133 126 1 545 142 66
Binary 11111101 10111 100100 0 1011011 1010110 1 101100101 1100010 110110

Color Harmonies of #FD1724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1724

Black with #FD1724

Text Example


Text Example

White with #FD1724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1724; }

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

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

background-color css

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

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

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

border-color css

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

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

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