Html Css Color HEX #FD1343 Torch Red

📋 copy color: '#FD1343'

red 253 ◦ green 19 ◦ blue 67

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

Shades of Torch Red #FD1343

Tints of Torch Red #FD1343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.76%

R = 74.63%
G = 5.6%
B = 19.76%

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

#FD1343 (or 0xFD1343) is known color: Torch Red. HEX triplet: FD, 13 and 43. RGB value is (253,19,67). Sum of RGB (Red+Green+Blue) = 253+19+67=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1343 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1343 is #02ECBC. Grayscale: #5E5E5E. Windows color (decimal): -191677 or 4396029. OLE color: 4396029.

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

Color convert

RGB 253 19 67 -
CMYK 0 0.92 0.74 0.01
HSL 347.69º 0.98% 0.53% -
HSV(B) 347.69º 0.92% 0.99% -
XYZ 41.75 21.75 7.31 -
YUV 94.44 112.52 241.1 -
System Red Green Blue C M Y K H S L
Decimal 253 19 67 0 0.92 0.74 0.01 347.69 0.98 0.53
Hex FD 13 43 0 5C 4A 1 15C 62 35
Octal 375 23 103 0 134 112 1 534 142 65
Binary 11111101 10011 1000011 0 1011100 1001010 1 101011100 1100010 110101

Color Harmonies of #FD1343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1343

Black with #FD1343

Text Example


Text Example

White with #FD1343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1343; }

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

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

background-color css

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

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

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

border-color css

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

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

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