Html Css Color HEX #FD1329 Torch Red

📋 copy color: '#FD1329'

red 253 ◦ green 19 ◦ blue 41

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

Shades of Torch Red #FD1329

Tints of Torch Red #FD1329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.07%

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 80.83%
G = 6.07%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD1329 (or 0xFD1329) is known color: Torch Red. HEX triplet: FD, 13 and 29. RGB value is (253,19,41). Sum of RGB (Red+Green+Blue) = 253+19+41=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1329 is #02ECD6. Grayscale: #5B5B5B. Windows color (decimal): -191703 or 2692093. OLE color: 2692093.

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

Color convert

RGB 253 19 41 -
CMYK 0 0.92 0.84 0.01
HSL 354.36º 0.98% 0.53% -
HSV(B) 354.36º 0.92% 0.99% -
XYZ 41.14 21.51 4.08 -
YUV 91.47 99.52 243.21 -
System Red Green Blue C M Y K H S L
Decimal 253 19 41 0 0.92 0.84 0.01 354.36 0.98 0.53
Hex FD 13 29 0 5C 54 1 162 62 35
Octal 375 23 51 0 134 124 1 542 142 65
Binary 11111101 10011 101001 0 1011100 1010100 1 101100010 1100010 110101

Color Harmonies of #FD1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1329

Black with #FD1329

Text Example


Text Example

White with #FD1329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1329; }

 p { color: rgb(253,19,41); }

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

background-color css

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

 a { background-color: rgb(253,19,41); }

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

border-color css

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

 span { border-color: rgb(253,19,41); }

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