Html Css Color HEX #FD1320 Torch Red

📋 copy color: '#FD1320'

red 253 ◦ green 19 ◦ blue 32

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

Shades of Torch Red #FD1320

Tints of Torch Red #FD1320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.53%

R = 83.22%
G = 6.25%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD1320 (or 0xFD1320) is known color: Torch Red. HEX triplet: FD, 13 and 20. RGB value is (253,19,32). Sum of RGB (Red+Green+Blue) = 253+19+32=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1320 is #02ECDF. Grayscale: #5A5A5A. Windows color (decimal): -191712 or 2102269. OLE color: 2102269.

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

Color convert

RGB 253 19 32 -
CMYK 0 0.92 0.87 0.01
HSL 356.67º 0.98% 0.53% -
HSV(B) 356.67º 0.92% 0.99% -
XYZ 41 21.45 3.35 -
YUV 90.45 95.02 243.94 -
System Red Green Blue C M Y K H S L
Decimal 253 19 32 0 0.92 0.87 0.01 356.67 0.98 0.53
Hex FD 13 20 0 5C 57 1 165 62 35
Octal 375 23 40 0 134 127 1 545 142 65
Binary 11111101 10011 100000 0 1011100 1010111 1 101100101 1100010 110101

Color Harmonies of #FD1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1320

Black with #FD1320

Text Example


Text Example

White with #FD1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1320; }

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

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

background-color css

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

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

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

border-color css

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

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

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