Html Css Color HEX #FD1314 Torch Red

📋 copy color: '#FD1314'

red 253 ◦ green 19 ◦ blue 20

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

Shades of Torch Red #FD1314

Tints of Torch Red #FD1314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 86.64%
G = 6.51%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD1314 (or 0xFD1314) is known color: Torch Red. HEX triplet: FD, 13 and 14. RGB value is (253,19,20). Sum of RGB (Red+Green+Blue) = 253+19+20=292 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.64% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1314 is #02ECEB. Grayscale: #595959. Windows color (decimal): -191724 or 1315837. OLE color: 1315837.

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

Color convert

RGB 253 19 20 -
CMYK 0 0.92 0.92 0.01
HSL 359.74º 0.98% 0.53% -
HSV(B) 359.74º 0.92% 0.99% -
XYZ 40.87 21.4 2.64 -
YUV 89.08 89.02 244.92 -
System Red Green Blue C M Y K H S L
Decimal 253 19 20 0 0.92 0.92 0.01 359.74 0.98 0.53
Hex FD 13 14 0 5C 5C 1 168 62 35
Octal 375 23 24 0 134 134 1 550 142 65
Binary 11111101 10011 10100 0 1011100 1011100 1 101101000 1100010 110101

Color Harmonies of #FD1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1314

Black with #FD1314

Text Example


Text Example

White with #FD1314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1314; }

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

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

background-color css

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

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

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

border-color css

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

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

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