Html Css Color HEX #FD1341 Torch Red

📋 copy color: '#FD1341'

red 253 ◦ green 19 ◦ blue 65

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

Shades of Torch Red #FD1341

Tints of Torch Red #FD1341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.29%

R = 75.07%
G = 5.64%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD1341 (or 0xFD1341) is known color: Torch Red. HEX triplet: FD, 13 and 41. RGB value is (253,19,65). Sum of RGB (Red+Green+Blue) = 253+19+65=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1341 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1341 is #02ECBE. Grayscale: #5E5E5E. Windows color (decimal): -191679 or 4264957. OLE color: 4264957.

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

Color convert

RGB 253 19 65 -
CMYK 0 0.92 0.74 0.01
HSL 348.21º 0.98% 0.53% -
HSV(B) 348.21º 0.92% 0.99% -
XYZ 41.7 21.73 7 -
YUV 94.21 111.52 241.26 -
System Red Green Blue C M Y K H S L
Decimal 253 19 65 0 0.92 0.74 0.01 348.21 0.98 0.53
Hex FD 13 41 0 5C 4A 1 15C 62 35
Octal 375 23 101 0 134 112 1 534 142 65
Binary 11111101 10011 1000001 0 1011100 1001010 1 101011100 1100010 110101

Color Harmonies of #FD1341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1341

Black with #FD1341

Text Example


Text Example

White with #FD1341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1341; }

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

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

background-color css

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

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

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

border-color css

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

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

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